Re: [libmicrohttpd] make MHD behave as a HTTP 1.0 server

2018-10-16 Thread Gauthier Haderer
Thank you! Gauthier Le mar. 16 oct. 2018 à 20:49, Christian Grothoff a écrit : > Looks good, pushed as f7ab8b59..9199e5aa (with updates to documentation). > > Happy hacking! > > Christian > > On 10/15/18 9:03 PM, Gauthier Haderer wrote: > > Hi, > > > > I attached a patch which adds a response

Re: [libmicrohttpd] make MHD behave as a HTTP 1.0 server

2018-10-16 Thread Christian Grothoff
Looks good, pushed as f7ab8b59..9199e5aa (with updates to documentation). Happy hacking! Christian On 10/15/18 9:03 PM, Gauthier Haderer wrote: > Hi, > > I attached a patch which adds a response flag to force version to HTTP > 1.0 in > responses but still maintaining connection management. >  

[libmicrohttpd] make MHD behave as a HTTP 1.0 server

2018-10-15 Thread Gauthier Haderer
Hi, I attached a patch which adds a response flag to force version to HTTP 1.0 in responses but still maintaining connection management. The existing MHD_RF_HTTP_VERSION_1_0_ONLY flag already changes MHD's behavior to apply HTTP 1.0 rules for connection management. When enabled, MHD sends a respo