« Previous | Next » 

Revision 0d7a0216

ID0d7a0216dc8e0d79bdc32aa7c48097bebfcba8eb
Parent a39f669b
Child e26622bd

Added by Fedor Indutny over 11 years ago

net: initialize TCPWrap when receiving socket

TCPWrap::Initialize() and PipeWrap::Initialize() should be called before
any data will be read from received socket. But, because of lazy
initialization of these bindings, Initialize() method isn't called.

Init bindings manually upon socket receiving.

See #4669

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences