aboutsummaryrefslogtreecommitdiff
path: root/elymas/lib/net/alg
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2017-03-02 19:36:06 +0100
committerDrahflow <drahflow@gmx.de>2017-03-02 19:36:06 +0100
commit3ccc9e0ea34d30b61b481249f06f28d0ad26fc19 (patch)
tree20ff1fdf30356b5c3cd2a1368a28d4a205fd288f /elymas/lib/net/alg
parent719093a9952760a4c106433060e4182fadab74e6 (diff)
Noted a bug
Diffstat (limited to 'elymas/lib/net/alg')
-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