Skip to content

Commit a0fc6a2

Browse files
Add TODO
1 parent 09d7de9 commit a0fc6a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/common/io/requests.effekt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ namespace plain {
392392
case _ => false
393393
}
394394

395+
// TODO line continuations
395396
def parseHeaderLine(): (String, String) / { Scan[Char], Exception[WrongFormat] } = {
396397
with returning::expect("HTTP Header line")
397398
val k = collectString { readWhile { c => c.isHTTPTokenChar() } }

0 commit comments

Comments
 (0)