Commit 0782055
committed
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.1 parent cf71cf2 commit 0782055
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments