Skip to content

Commit

Permalink
GitHub #2270 (disable temporary code)
Browse files Browse the repository at this point in the history
Jobs:github:2270
  • Loading branch information
yannicktrinh committed Oct 19, 2023
1 parent 2409449 commit 6aec365
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project/Sources/Classes/_BatchRequest.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ Function sendRequestAndWaitResponse() : Object
var $response : Blob:=This._sendRequestAndWaitResponse(This.verb; This.URL; This.headers; This._body)

If ($response#Null)
$result:=Parse HTTP message($response)
// Disabled for the moment tool4D does not recognize the command yet
//$result:=Parse HTTP message($response)
End if

return $result

0 comments on commit 6aec365

Please sign in to comment.