We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The sipgate API doesn't support 'chunked' Transfer-Encoding. As the POSTed request uses HTTP/1.1, it must support this feature (See https://tools.ietf.org/html/rfc7230#section-4.1 )
Transfer-Encoding
ngrep log: https://gist.github.com/Papierkorb/8de54bd35924fb8472c7
The result is that nothing happens. When I force my HTTP server to serve the data non-chunked, it works.
The text was updated successfully, but these errors were encountered:
This should be supported now, would you like to confirm this?
Sorry, something went wrong.
Chunked transfer is working properly now, thanks!
No branches or pull requests
The sipgate API doesn't support 'chunked'
Transfer-Encoding
.As the POSTed request uses HTTP/1.1, it must support this feature (See https://tools.ietf.org/html/rfc7230#section-4.1 )
ngrep log: https://gist.github.com/Papierkorb/8de54bd35924fb8472c7
The result is that nothing happens. When I force my HTTP server to serve the data non-chunked, it works.
The text was updated successfully, but these errors were encountered: