From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx.sdf.org ([205.166.94.20]) by ewsd; Sun Mar 22 15:26:16 EDT 2020 Received: from [192.168.0.16] (c-98-212-152-230.hsd1.il.comcast.net [98.212.152.230]) (authenticated (0 bits)) by mx.sdf.org (8.15.2/8.14.5) with ESMTPSA id 02MJQ1wb025284 (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128 bits) verified NO); Sun, 22 Mar 2020 19:26:02 GMT Date: Sun, 22 Mar 2020 14:25:57 -0500 User-Agent: K-9 Mail for Android In-Reply-To: <6F9D014DB661B27EC9A9E01FC38B1485@gmail.com> References: <6F9D014DB661B27EC9A9E01FC38B1485@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9front] [PATCH] netsurf: webfs POST implementation To: 9front@9front.org, telephil9@gmail.com From: Kyle Nusbaum Message-ID: <2B6017B9-7663-48BD-B64C-C4F1CB9F8036@sdf.org> List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: wrapper replication Thanks a bunch! The only hesitation I have is with the closing of the body when data is fi= nished=2E This frees the webfs handle, but if netsurf tries to read any hea= ders after, it will encounter errors=2E Maybe it is not doing that, but I d= on't see any reason why it couldn't do that=2E On March 21, 2020 2:17:04 PM CDT, telephil9@gmail=2Ecom wrote: >Hi, > >Here is a patch to implement POST requests in netsurf webfs fetcher=2E >I could not test multipart POST requests yet as I could not find a site >that uses this encoding method=2E >Also, the webfs clients exhaustion issue should now be fixed=2E > >Regards, >Philippe -- Kyle