<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://hg.omfa.de/prosody-hg/</link>
    <language>en-us</language>

    <title>prosody-hg: spec/net_http_parser_spec.lua history</title>
    <description>spec/net_http_parser_spec.lua revision history</description>
    <item>
    <title>net.http.parser: Fix handling of chunked request</title>
    <link>http://hg.omfa.de/prosody-hg/log/79a6598cef0b/spec/net_http_parser_spec.lua</link>
    <description><![CDATA[net.http.parser: Fix handling of chunked request<br/>
<br/>
How to determine whether a request/response has a body depends on<br/>
different things for requests and responses, which was not reflected in<br/>
the code.<br/>
<br/>
Test case based on<br/>
<br/>
	curl http://localhost:5280/debug -H &quot;Transfer-Encoding: chunked&quot; --json '{&quot;json&quot;:true}'<br/>
<br/>
Thanks isafashiondev]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 20 Feb 2026 15:08:03 +0100</pubDate>
</item>
<item>
    <title>net.http.parser: Reject overlarge header section earlier</title>
    <link>http://hg.omfa.de/prosody-hg/log/db30ffbf2090/spec/net_http_parser_spec.lua</link>
    <description><![CDATA[net.http.parser: Reject overlarge header section earlier<br/>
<br/>
This case would eventually be rejected by the buffer size limit.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Wed, 23 Aug 2023 12:18:34 +0200</pubDate>
</item>
<item>
    <title>net.http.parser: Fix off-by-one error in chunk parser</title>
    <link>http://hg.omfa.de/prosody-hg/log/94a99330ce87/spec/net_http_parser_spec.lua</link>
    <description><![CDATA[net.http.parser: Fix off-by-one error in chunk parser]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 17 Feb 2023 17:01:19 +0000</pubDate>
</item>
<item>
    <title>net.http.parser: Improve handling of responses without content-length</title>
    <link>http://hg.omfa.de/prosody-hg/log/9ed628635dc6/spec/net_http_parser_spec.lua</link>
    <description><![CDATA[net.http.parser: Improve handling of responses without content-length<br/>
<br/>
This ensures that we support responses without a content-length header, and<br/>
allow streaming them through the streaming handler interface. An example of<br/>
such a response would be Server-Sent Events streams.]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 09 Feb 2023 22:57:32 +0000</pubDate>
</item>
<item>
    <title>net.http.parser: Allow configuration of the chunk size fed to the parser</title>
    <link>http://hg.omfa.de/prosody-hg/log/cb5555443852/spec/net_http_parser_spec.lua</link>
    <description><![CDATA[net.http.parser: Allow configuration of the chunk size fed to the parser]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 21 Aug 2020 14:14:29 +0100</pubDate>
</item>
<item>
    <title>net.http.parser: Switch tests so that CRLF conversion of input data is optional</title>
    <link>http://hg.omfa.de/prosody-hg/log/28de68414750/spec/net_http_parser_spec.lua</link>
    <description><![CDATA[net.http.parser: Switch tests so that CRLF conversion of input data is optional]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 21 Aug 2020 14:12:51 +0100</pubDate>
</item>
<item>
    <title>net.http.parser: Fix incorrect path in test</title>
    <link>http://hg.omfa.de/prosody-hg/log/57739c591a8c/spec/net_http_parser_spec.lua</link>
    <description><![CDATA[net.http.parser: Fix incorrect path in test]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 21 Aug 2020 13:49:10 +0100</pubDate>
</item>
<item>
    <title>net.http.parser: Add failing test for (large?) chunk-encoded responses</title>
    <link>http://hg.omfa.de/prosody-hg/log/388f599f66d1/spec/net_http_parser_spec.lua</link>
    <description><![CDATA[net.http.parser: Add failing test for (large?) chunk-encoded responses]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 21 Aug 2020 13:41:51 +0100</pubDate>
</item>
<item>
    <title>net.http.parser: Allow specifying sink for large request bodies</title>
    <link>http://hg.omfa.de/prosody-hg/log/9673c95895fb/spec/net_http_parser_spec.lua</link>
    <description><![CDATA[net.http.parser: Allow specifying sink for large request bodies<br/>
<br/>
This enables uses such as saving uploaded files directly to a file on<br/>
disk or streaming parsing of payloads.<br/>
<br/>
See #726]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 01 Aug 2020 18:41:23 +0200</pubDate>
</item>
<item>
    <title>net.http.parser tests: Expand tests to include validation of results</title>
    <link>http://hg.omfa.de/prosody-hg/log/a9fb553b6dbb/spec/net_http_parser_spec.lua</link>
    <description><![CDATA[net.http.parser tests: Expand tests to include validation of results]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 09 Dec 2019 12:43:32 +0000</pubDate>
</item>
<item>
    <title>Port tests to the `busted` test runner</title>
    <link>http://hg.omfa.de/prosody-hg/log/4878e4159e12/spec/net_http_parser_spec.lua</link>
    <description><![CDATA[Port tests to the `busted` test runner]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 15 Sep 2017 17:07:57 -0400</pubDate>
</item>

  </channel>
</rss>
