Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3A583d1f64-3c3e-0410-8459-0f15fcd77d59/trunk%40103
  • Loading branch information
bob.ippolito committed Aug 13, 2009
1 parent 48af4cf commit ce19cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mochiweb_request.erl
Expand Up @@ -191,7 +191,7 @@ stream_body(MaxChunkSize, ChunkFun, FunState) ->

stream_body(MaxChunkSize, ChunkFun, FunState, MaxBodyLength) ->

case get_header_value("expect") of
case string:to_lower(get_header_value("expect")) of
"100-continue" ->
start_raw_response({100, gb_trees:empty()});
_Else ->
Expand Down

0 comments on commit ce19cd8

Please sign in to comment.