dice-group / IGUANA

IGUANA is a benchmark execution framework for RDF triple stores and quad stores
http://iguana-benchmark.eu
GNU Affero General Public License v3.0
24 stars 15 forks source link

fix accepting all 200-299 status codes on http responses #180

Closed frensing closed 1 year ago

frensing commented 1 year ago

All status codes from 200 to 299 will be accepted as successful. Is a test needed? I am not sure on how to best implement this.

bigerl commented 1 year ago

The fix was good and working. I just wanted to take the chance and simplify the code a bit. It would have taken much longer to write what I wanted to point out then adjusting it myself.