Update of bug #41643 (project gnustep):

                Category:             Application => Libraries              
              Item Group:                    None => Change Request         
                  Status:                    None => Fixed                  
             Open/Closed:                    Open => In Test                

    _______________________________________________________

Follow-up Comment #1:

Thanks for that idea … I have updated the library in svn trunk by adding
-setFoldHeaders: methods to the WebServer and WebServerResponse classes.
That should allow you to turn off header folding for either all responseses or
for individual responses, so you can cope with buggy client code either
1. by turning off folding for every response … if you know only the faulty
clients will be connecting or
2. turning off folding for individual responses if you use some heuristic
(looking at the headers in a request) to see if you are dealing with a faulty
client or a normal client which expects folded headers.

Please can you give it a try and let me know if it's all working.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41643>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to