Skip to content

Commit

Permalink
Merge branch 'master' into io-streams
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycollins committed Mar 9, 2013
2 parents 15c245b + 4286072 commit 6f3a45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Snap/Internal/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ fixupResponse req rsp = {-# SCC "fixupResponse" #-} do
handle304 :: Response -> Response
handle304 r = setResponseBody (return . id) $
updateHeaders (H.delete "Transfer-Encoding") $
setContentLength 0 r
clearContentLength r
{-# INLINE fixupResponse #-}


Expand Down

0 comments on commit 6f3a45d

Please sign in to comment.