This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
End chunk not send correctly #7
Comments
Reported by marlor@java.net |
Was assigned to jfarcand@java.net |
marlor@java.net said: |
File: grizzlyTest.zip |
jfarcand@java.net said: |
jfarcand@java.net said: |
jfarcand@java.net said: |
oleksiys@java.net said: WBR. http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6.1 |
Marked as incomplete on Wednesday, December 16th 2009, 6:14:16 pm |
This issue was imported from java.net JIRA GRIZZLY-7 |
This was referenced Apr 26, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
In the grizzly http, the "0\r\n\r\n" ending for a HTTP message is not send in a
seperate chunk but appended to the last data chunk.
Here is a more visual explenation:
grizzly chunked HTTP response
1234
hello world
0
other servers chunked HTTP response
1234
hello world
0
Other HTTP servers send the "0\r\n\r\n" in a seperate (as the last) chunk.
As far as I got from the HTTP spec it is supposed to be like that.
Environment
Operating System: All
Platform: All
Affected Versions
[1.9.22]
The text was updated successfully, but these errors were encountered: