smtp.c was eatten by mime.c
This commit is contained in:
parent
94b97bdc00
commit
613534c795
13 changed files with 92 additions and 48 deletions
|
@ -390,7 +390,7 @@ local r, c, h = http.request {
|
|||
method = "HEAD",
|
||||
url = "http://www.cs.princeton.edu/~diego/"
|
||||
}
|
||||
assert(r and h and c == 200)
|
||||
assert(r and h and (c == 200), c)
|
||||
print("ok")
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue