You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify response headers only if response has not yet been sent
If an endpoint works async the response may already been sent to the
client while requests are still being send to the SPARQL endpoint. Only
modify the response headers, based on the info received from the SPARQL
endpoint, if it has not yet been sent to the client.
0 commit comments