From 3ccc9e0ea34d30b61b481249f06f28d0ad26fc19 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Thu, 2 Mar 2017 19:36:06 +0100 Subject: Noted a bug --- elymas/lib/net/alg/http.ey | 1 + 1 file changed, 1 insertion(+) diff --git a/elymas/lib/net/alg/http.ey b/elymas/lib/net/alg/http.ey index 4a407e5..48b851f 100644 --- a/elymas/lib/net/alg/http.ey +++ b/elymas/lib/net/alg/http.ey @@ -49,6 +49,7 @@ } { headers .Content-Length txt .consume .u ==contentLength + # FIXME: Must change *=in and =*end here to correctly process further incoming data { body -01 cat =body body len _ ::inputBufferLimit gt { "" =body :close } rep contentLength eq { requestParsed } rep -- cgit v1.2.3