[xmltooling] 33/65: Add enum for 400 HTTP status.

Ferenc Wágner wferi-guest at moszumanska.debian.org
Thu Jun 30 13:07:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to branch debian/master
in repository xmltooling.

commit 29ef4953faa6641256920d93c0b048914b3d90bf
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Mon Jun 6 14:40:39 2016 -0400

    Add enum for 400 HTTP status.
---
 xmltooling/io/HTTPResponse.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xmltooling/io/HTTPResponse.h b/xmltooling/io/HTTPResponse.h
index fa70d5b..5a1b74a 100644
--- a/xmltooling/io/HTTPResponse.h
+++ b/xmltooling/io/HTTPResponse.h
@@ -89,6 +89,7 @@ namespace xmltooling {
             XMLTOOLING_HTTP_STATUS_OK = 200,
             XMLTOOLING_HTTP_STATUS_MOVED = 302,
             XMLTOOLING_HTTP_STATUS_NOTMODIFIED = 304,
+            XMLTOOLING_HTTP_STATUS_BADREQUEST = 400,
             XMLTOOLING_HTTP_STATUS_UNAUTHORIZED = 401,
             XMLTOOLING_HTTP_STATUS_FORBIDDEN = 403,
             XMLTOOLING_HTTP_STATUS_NOTFOUND = 404,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git



More information about the Pkg-shibboleth-devel mailing list