📝 update test/httptest.nas

This commit is contained in:
ValKmjolnir
2022-06-11 12:49:26 +08:00
parent 04806fc2c5
commit 21b345af27
3 changed files with 38 additions and 14 deletions

View File

@@ -43,7 +43,6 @@ extern "C" nasal_ref nas_closesocket(std::vector<nasal_ref>& args,nasal_gc& gc){
}
extern "C" nasal_ref nas_shutdown(std::vector<nasal_ref>& args,nasal_gc& gc){
//shutdown();
if(args[0].type!=vm_num)
return builtin_err("shutdown","\"sd\" must be a number");
if(args[1].type!=vm_num)