update test

This commit is contained in:
Daniella 2024-09-06 19:07:11 +02:00
parent 574ea328ed
commit 1290d0a0c3

View file

@ -118,7 +118,7 @@ func main { int | with args ;
catch {
use net:http:Request
"testing http" println
def req "tudbut.de" 81 "GET" "/spltest" Request:new =req
def req "data.tudbut.de" 80 "GET" "/spltest" Request:new =req
req:send:body _str println
} { with e ;
e:message println