Mercurial > urweb
diff src/c/request.c @ 1787:69daa6d70299
Top.postFields
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 21 Jul 2012 15:16:57 -0400 |
parents | 27fdd78bd2f5 |
children | f57983ba2a36 |
line wrap: on
line diff
--- a/src/c/request.c Sat Jul 21 13:55:35 2012 -0400 +++ b/src/c/request.c Sat Jul 21 15:16:57 2012 -0400 @@ -294,7 +294,7 @@ boundary[0] = '-'; boundary[1] = '-'; boundary_len = strlen(boundary); - } else if (clen_s && strcasecmp(clen_s, "application/x-www-form-urlencoded")) { + } else if (clen_s) { uw_Basis_postBody pb = {clen_s, body}; uw_postBody(ctx, pb); }