]> granicus.if.org Git - curl/commit
sws: support <servercmd> for CONNECT requests
authorDaniel Stenberg <daniel@haxx.se>
Thu, 5 Jul 2012 07:49:58 +0000 (09:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 5 Jul 2012 09:24:23 +0000 (11:24 +0200)
commit176f7ea3bbaaf2f638f0596b47c40e782dd961c7
tree56598f453a478ea8732a04a55a5107b1b39511cd
parent6398c8bba8b3905562e8b7f4e71fd5b6f202934d
sws: support <servercmd> for CONNECT requests

I moved out the servercmd parsing into a its own function called
parse_servercmd() and made sure it gets used also when the test number
is extracted from CONNECT requests. It turned out sws didn't do that
previously!
tests/server/sws.c