In section 7.2.5.5 for HTTP/1.0 GET request responce
should be HTTP/1.1.
Changes where maid in process_request function after
http_CalcResponseVersion call.
According to "Use and Interpretation of HTTP Version Numbers"
specification states that HTTP/1.1 servers should return
HTTP/1.1
even if the HTTP server
receives a request marked with HTTP/1.0.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2006-05-08
assigned_to: nobody --> virtualreality
status: open --> open-postponed
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2006-05-08
Logged In: YES
user_id=1404737
This is a problem using which applications? Or doesn't it
influences the functionality?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1499411
here is patch for changes
contains patch
Logged In: YES
user_id=1499411
According to "Use and Interpretation of HTTP Version Numbers"
specification states that HTTP/1.1 servers should return
HTTP/1.1
even if the HTTP server
receives a request marked with HTTP/1.0.
Logged In: YES
user_id=1404737
This is a problem using which applications? Or doesn't it
influences the functionality?