aboutsummaryrefslogtreecommitdiff
path: root/elymas/lib/net/alg/http.ey
diff options
context:
space:
mode:
Diffstat (limited to 'elymas/lib/net/alg/http.ey')
-rw-r--r--elymas/lib/net/alg/http.ey1
1 files changed, 1 insertions, 0 deletions
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