Skip to content
New issue

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

Chunked encoded response is not processed #8

Closed
Papierkorb opened this issue Oct 15, 2014 · 2 comments
Closed

Chunked encoded response is not processed #8

Papierkorb opened this issue Oct 15, 2014 · 2 comments
Labels

Comments

@Papierkorb
Copy link
Contributor

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.

@TheCK TheCK added the bug label Oct 16, 2014
@TheCK
Copy link
Member

TheCK commented Oct 16, 2014

This should be supported now, would you like to confirm this?

@Papierkorb
Copy link
Contributor Author

Chunked transfer is working properly now, thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants