File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ SELECT http_set_curlopt('CURLOPT_TIMEOUT_MS', '10000');
230230 t
231231(1 row)
232232
233- SELECT status FROM http_get('http ://httpstat.us/200?sleep=7000 ');
233+ SELECT status FROM http_get('https ://httpbun.org/delay/7 ');
234234 status
235235--------
236236 200
Original file line number Diff line number Diff line change @@ -146,4 +146,4 @@ SELECT status FROM http_get('https://httpbun.org/status/555');
146146-- Alter the default timeout and then run a query that is longer than
147147-- the default (5s), but shorter than the new timeout
148148SELECT http_set_curlopt(' CURLOPT_TIMEOUT_MS' , ' 10000' );
149- SELECT status FROM http_get(' http ://httpstat.us/200?sleep=7000 ' );
149+ SELECT status FROM http_get(' https ://httpbun.org/delay/7 ' );
You can’t perform that action at this time.
0 commit comments