interim commit
This commit is contained in:
parent
10dff52d58
commit
2d24c53481
@ -1,6 +1,14 @@
|
|||||||
###include 'Moo.moo'.
|
###include 'Moo.moo'.
|
||||||
#include 'Socket.moo'.
|
#include 'Socket.moo'.
|
||||||
|
|
||||||
|
class HttpReq(Object)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
class HttpReqBuilder(Object)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
class HttpConnReg(Object)
|
class HttpConnReg(Object)
|
||||||
{
|
{
|
||||||
var connections.
|
var connections.
|
||||||
@ -82,6 +90,7 @@ class HttpSocket(Socket)
|
|||||||
method onSocketDataIn
|
method onSocketDataIn
|
||||||
{
|
{
|
||||||
'CLIENT got DATA' dump.
|
'CLIENT got DATA' dump.
|
||||||
|
self readBytes
|
||||||
self close.
|
self close.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user