cmogstored dev/user discussion/issues/patches/etc
 help / color / mirror / code / Atom feed
* [PATCH 0/2] improve RFC 7230 conformance
@ 2020-03-17  6:56 Eric Wong
  2020-03-17  6:56 ` [PATCH 1/2] http: reject non-chunked Transfer-Encoding Eric Wong
  2020-03-17  6:56 ` [PATCH 2/2] http: favor chunked over Content-Length Eric Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Wong @ 2020-03-17  6:56 UTC (permalink / raw)
  To: cmogstored-public

This ought to provide more consistent behavior with strange,
misbehaving clients and existing proxies, although it's probably
rare for cmogstored itself to be behind an HTTP proxy.

Eric Wong (2):
  http: reject non-chunked Transfer-Encoding
  http: favor chunked over Content-Length

 http_parser.rl       | 17 +++++++++++++++--
 test/http-parser-1.c |  9 +++++++++
 test/http_put.rb     | 27 +++++++++++++++++++++++++++
 3 files changed, 51 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-17  6:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-17  6:56 [PATCH 0/2] improve RFC 7230 conformance Eric Wong
2020-03-17  6:56 ` [PATCH 1/2] http: reject non-chunked Transfer-Encoding Eric Wong
2020-03-17  6:56 ` [PATCH 2/2] http: favor chunked over Content-Length Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/cmogstored.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).