SWI-Prolog / packages-semweb

The SWI-Prolog RDF store
28 stars 14 forks source link

Fixes #92 #93

Closed PaulBrownMagic closed 3 years ago

PaulBrownMagic commented 4 years ago

When using authorization, a choice point is left in http_open that will remove the authorization and send the request again. This results in a 401 authorization failure once the results for the query have been consumed. The cut prevents this back-tracking once the response has been received.

JanWielemaker commented 3 years ago

[cleaning old PRs]

AFAIK, this has been fixed in http_open/3, so this is no longer relevant. Right?