Skip to content

Commit

Permalink
clean out process dict between requests
Browse files Browse the repository at this point in the history
  • Loading branch information
justin committed Mar 2, 2010
1 parent 70a7aa0 commit 4331535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webmachine_decision_core.erl
Expand Up @@ -26,6 +26,7 @@
-include("webmachine_logger.hrl").

handle_request(Resource, ReqState) ->
[erase(X) || X <- [decision, code, req_body, bytes_written, tmp_reqstate]],
put(resource, Resource),
put(reqstate, ReqState),
try
Expand Down

0 comments on commit 4331535

Please sign in to comment.