GerryDazoo / Slinger

Reuse SlingBox hardware without SlingBox Servers
170 stars 34 forks source link

fix condition for GET method #649

Closed garabik closed 2 months ago

garabik commented 3 months ago

The test 'GET' and 'HTTP' in data interprets 'GET' as True and is valid for any HTTP connection not matching the previous comparison. This manifests itself e.g. when doing a HEAD request. Though this would probably not happen during usual use of the program.