handles much larger POSTs, replaced snprintf() with sprintf() since this
authorDaniel Stenberg <daniel@haxx.se>
Fri, 26 Apr 2002 07:48:05 +0000 (07:48 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 26 Apr 2002 07:48:05 +0000 (07:48 +0000)
commit044755b30f01554a12f8d8afa2d176ca7f053d83
tree2c0ffd10182ec68df6cc1b66f28f1e80dc6dbcf2
parent9aa22399a85970a7265cf476982b33f4d7fd124e
handles much larger POSTs, replaced snprintf() with sprintf() since this
needs to be more portable and in the test server we can skip the extra
safety
tests/server/sws.c