summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-01-05 00:47:23 +0000
committerChris Wilson <chris+github@qwirx.com>2009-01-05 00:47:23 +0000
commitab7be20ac1f1db80aab9201a6cf51640f97ce507 (patch)
treed706c1ac1e7c51b4b3bcdce71933306a0f5700e1
parenta54f89ea951a17679da6a0af51e496db986eaff9 (diff)
New exception code for sending an HTTP response when it was not created
with a stream to send to.
-rw-r--r--lib/httpserver/HTTPException.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/httpserver/HTTPException.txt b/lib/httpserver/HTTPException.txt
index dfc5533e..52630cda 100644
--- a/lib/httpserver/HTTPException.txt
+++ b/lib/httpserver/HTTPException.txt
@@ -13,3 +13,4 @@ NotImplemented 9
RequestNotInitialised 10
BadResponse 11
ResponseReadFailed 12
+NoStreamConfigured 13