commit | 176f7ea3bbaaf2f638f0596b47c40e782dd961c7 | [log] [tgz] |
---|---|---|
author | Daniel Stenberg <daniel@haxx.se> | Thu Jul 05 09:49:58 2012 +0200 |
committer | Daniel Stenberg <daniel@haxx.se> | Thu Jul 05 11:24:23 2012 +0200 |
tree | 56598f453a478ea8732a04a55a5107b1b39511cd | |
parent | 6398c8bba8b3905562e8b7f4e71fd5b6f202934d [diff] |
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!