lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Norbert,

> Just to see if that would work, I tried to simply comment out all
> "close" calls I could find (in socke.lua and http.lua) to see if the
> server side would accepts the 2nd call over the same connection.  But
> somehow I'm missing one place, because the socket is still closed after
> the first request and I can't figure out where/how that happens.

Hmmm. Did you try taking a look at the C code?
Have you ruled out the server closing the connection?

Regards,
Diego