diff Database/Lua/HttpClient.lua @ 263:a2719263fd04

test_study_series_find_inconsistency
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Feb 2020 19:58:30 +0100
parents 7530eb50c3c4
children 5ac463ebf463
line wrap: on
line diff
--- a/Database/Lua/HttpClient.lua	Fri Feb 14 17:22:11 2020 +0100
+++ b/Database/Lua/HttpClient.lua	Thu Feb 20 19:58:30 2020 +0100
@@ -37,6 +37,9 @@
 -- Issue HttpDelete (juste make sure it is issued, we can't check the response)
 HttpDelete('http://httpbin.org/delete', httpHeaders)
 
+-- TODO Very strange: Since Orthanc 1.6.0, a timeout frequently occurs
+-- in curl at this point
+
 -- Issue HttpGet
 response = ParseJson(HttpGet('http://httpbin.org/get', httpHeaders))
 testSucceeded = testSucceeded and (response['headers']['Content-Type'] == 'application/json' and response['headers']['Toto'] == 'Tutu')