From 012c2fcfbfec0a7d2676c393a9fdc9fee74fa09b Mon Sep 17 00:00:00 2001 From: David Troy Date: Tue, 4 Apr 2006 23:24:34 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@88 f02b47b9-160a-0410-81a6-dc3441afb0ec --- src/http.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/http.c b/src/http.c index 8a8d245..8fd5520 100644 --- a/src/http.c +++ b/src/http.c @@ -118,6 +118,8 @@ int _read(struct mansession *s, struct message *m) { } } } else if (res == 0) { + /* x-www-form-urlencoded handler */ + /* Content-Type: application/x-www-form-urlencoded */ if (*method && !*formdata) { if ( !strcasecmp(method, "POST") && clength && s->inlen==clength) { pthread_mutex_lock(&s->lock); -- cgit