aboutsummaryrefslogtreecommitdiff
path: root/picohttp.h
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-09-16 23:51:59 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-09-16 23:51:59 +0200
commit4744fdf082ad71334cd075d1fce49dcf7556df3e (patch)
tree27df063dc32057c4fef5b809711bcd9e9e858c1d /picohttp.h
parent764e9f839f2b93a7f95b156a09c2c5f2067b95d3 (diff)
downloadlitheweb-4744fdf082ad71334cd075d1fce49dcf7556df3e.tar.gz
litheweb-4744fdf082ad71334cd075d1fce49dcf7556df3e.tar.bz2
...
Diffstat (limited to 'picohttp.h')
-rw-r--r--picohttp.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/picohttp.h b/picohttp.h
index 176b2e0..85eaf50 100644
--- a/picohttp.h
+++ b/picohttp.h
@@ -122,11 +122,13 @@ struct picohttpAuthData {
size_t const pwresponse_maxlen;
char * const pwresponse;
+#if 0
size_t const uri_maxlen;
char * const uri;
+#endif
- int qop;
-
+ unsigned int message_qop;
+ uint32_t nonce_count;
};
struct picohttpRequest {