| Revision 2437,
397 bytes
checked in by chris, 3 years ago
(diff) |
|
New exception code for sending an HTTP response when it was not created
with a stream to send to.
|
| Line | |
|---|
| 1 | EXCEPTION HTTP 10 |
|---|
| 2 | |
|---|
| 3 | Internal 0 |
|---|
| 4 | RequestReadFailed 1 |
|---|
| 5 | RequestAlreadyBeenRead 2 |
|---|
| 6 | BadRequest 3 |
|---|
| 7 | UnknownResponseCodeUsed 4 |
|---|
| 8 | NoContentTypeSet 5 |
|---|
| 9 | POSTContentTooLong 6 |
|---|
| 10 | CannotSetRedirectIfReponseHasData 7 |
|---|
| 11 | CannotSetNotFoundIfReponseHasData 8 |
|---|
| 12 | NotImplemented 9 |
|---|
| 13 | RequestNotInitialised 10 |
|---|
| 14 | BadResponse 11 |
|---|
| 15 | ResponseReadFailed 12 |
|---|
| 16 | NoStreamConfigured 13 |
|---|
Note: See
TracBrowser
for help on using the repository browser.