mirror of
https://github.com/typeable/wai.git
synced 2025-01-06 05:25:53 +03:00
Potential correction: #274
This commit is contained in:
parent
cbd66de684
commit
e3b8aaefeb
@ -203,7 +203,7 @@ push src (THStatus len lines prepend) bs'
|
||||
-- update the length, and continue processing.
|
||||
push' Nothing = do
|
||||
bst <- readSource' src
|
||||
when (S.null bs) $ throwIO IncompleteHeaders
|
||||
when (S.null bst) $ throwIO IncompleteHeaders
|
||||
push src status bst
|
||||
where
|
||||
len' = len + bsLen
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: warp
|
||||
Version: 3.0.0.6
|
||||
Version: 3.0.0.7
|
||||
Synopsis: A fast, light-weight web server for WAI applications.
|
||||
License: MIT
|
||||
License-file: LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user