Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmurthy committed Mar 8, 2015
1 parent 6d2644f commit dffcfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HTTPC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function cleanup_easy_context(ctxt::Union(ConnContext,Bool))
end

if ctxt.close_ostream
println("close_ostream: $(close_ostream)")
println("ctxt.close_ostream: $(ctxt.close_ostream)")
close(ctxt.resp.body)
ctxt.resp.body = nothing
ctxt.close_ostream = false
Expand Down

0 comments on commit dffcfc3

Please sign in to comment.