Created
February 28, 2011 16:21
-
-
Save lpgauth/847543 to your computer and use it in GitHub Desktop.
mochiweb_request:cleanup()
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cleanup() -> | |
[erase(K) || K <- [?SAVE_QS, | |
?SAVE_PATH, | |
?SAVE_RECV, | |
?SAVE_BODY, | |
?SAVE_BODY_LENGTH, | |
?SAVE_POST, | |
?SAVE_COOKIE, | |
?SAVE_FORCE_CLOSE]], | |
ok. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment