mirror of
https://github.com/lammertb/libhttp.git
synced 2026-01-03 16:02:30 +03:00
Fix Duktape test: rename function in test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
print = this.send || print
|
||||
print = conn.write || print
|
||||
|
||||
// send a header
|
||||
print('HTTP/1.0 200 OK\r\n');
|
||||
|
||||
Reference in New Issue
Block a user