mirror of
https://github.com/justinrainbow/json-schema.git
synced 2025-04-26 17:32:26 +02:00
Disallow persistent HTTP connections
This commit is contained in:
parent
0e0d4781be
commit
eac0fce135
@ -130,7 +130,10 @@ $urlData = getUrlFromPath($pathData);
|
||||
$context = stream_context_create(
|
||||
array(
|
||||
'http' => array(
|
||||
'header' => 'Accept: */*',
|
||||
'header' => array(
|
||||
'Accept: */*',
|
||||
'Connection: Close'
|
||||
),
|
||||
'max_redirects' => 5
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user