Re: [PATCH] Add some tolerance (RFC2616 sec. 19.3)

2016-10-20 Thread Mishael A Sibiryakov
On Thu, 2016-10-20 at 20:50 +, Eric Wong wrote: > > > > +  def test_multiline_header_0d0a > > > > +parser = HttpParser.new > > > > +parser.buf << "GET / HTTP/1.0\r\nX-Multiline-Header: foo > > > > bar\r\n\tcha cha\r\n\tzha zha\r\n\r\n" > > > > > > I expect code to be wrapped at 80

Re: [PATCH] Add some tolerance (RFC2616 sec. 19.3)

2016-10-20 Thread Eric Wong
Mishael A Sibiryakov wrote: > It's just a temporary fork and I'm too lazy )) > Whoops, my fault.  No worries :) > > > +  def test_multiline_header_0d0a > > > +parser = HttpParser.new > > > +parser.buf << "GET / HTTP/1.0\r\nX-Multiline-Header: foo > > > bar\r\n\tcha

Re: [PATCH] Add some tolerance (RFC2616 sec. 19.3)

2016-10-20 Thread Mishael A Sibiryakov
On Thu, 2016-10-20 at 17:55 +, Eric Wong wrote: > Thanks for that useful explanation.  Aside from the unnecessary, > "Hi all,", that is an informative commit message which justifies > the usefulness of that patch. > > > > > Github commit