aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/http.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2010-10-14 11:06:26 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2010-10-14 11:06:26 -0400
commit7bf0a0124a6c8a834983a660af53d8789ac0a8ac (patch)
tree628ead017a0f1cf2138f9f9b08088debf81e1ce5 /src/http.sml
parent4e608544ebe87dd991d53ded5267f14f5df93b8b (diff)
Interface for setting memory limits
Diffstat (limited to 'src/http.sml')
-rw-r--r--src/http.sml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http.sml b/src/http.sml
index a760e195..5859f077 100644
--- a/src/http.sml
+++ b/src/http.sml
@@ -45,6 +45,8 @@ val () = addProtocol {name = "http",
string sf,
string "\";",
newline],
+ string "uw_setup_limits();",
+ newline,
string "}",
newline]}