Re: [libmicrohttpd] 3xx code is incorrect reason phrase with rfc

2017-04-26 Thread Evgeny Grin
On 26.04.2017 5:41, hyunho wrote: > I am using MHD 0.9.53 version are working to create a cache server. > > Reason Phrase from 303 onwards found to be wrong with the rfc. > > For example, 304 is defined as '304 Not Modified' in the rfc, but server > response using MHD version 0.9.53 responds wit

[libmicrohttpd] 3xx code is incorrect reason phrase with rfc

2017-04-25 Thread hyunho
Hello I am using MHD 0.9.53 version are working to create a cache server. Reason Phrase from 303 onwards found to be wrong with the rfc. For example, 304 is defined as '304 Not Modified' in the rfc, but server response using MHD version 0.9.53 responds with '304 See Other' Best R