smtp.c was eatten by mime.c

This commit is contained in:
Diego Nehab 2004-06-17 06:23:13 +00:00
parent 94b97bdc00
commit 613534c795
13 changed files with 92 additions and 48 deletions

View file

@ -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")
------------------------------------------------------------------------