Added handling of the new NSE_STATUS_PROXYERROR case.

This commit is contained in:
henri 2013-04-22 19:32:36 +00:00
parent c9d237f26b
commit 99258673ad
3 changed files with 26 additions and 17 deletions

View file

@ -331,6 +331,7 @@ static void status (lua_State *L, enum nse_status status)
case NSE_STATUS_EOF:
case NSE_STATUS_ERROR:
case NSE_STATUS_TIMEOUT:
case NSE_STATUS_PROXYERROR:
lua_pushnil(L);
lua_pushstring(L, nse_status2str(status));
nse_restore(L, 2);