JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.95k stars 387 forks source link

#162 Fix for handling XML in POST line #163

Open petriborg opened 5 years ago

petriborg commented 5 years ago

The idea with this change is to realize that POST < does not automatically mean we are reading a file for input. Instead we check to see if the character following is the start of an XML declaration such as <?xml ... ?>