Files
node-v0.x-archive/lib
Ben Noordhuis ad6769fc92 dgram: don't assert on send('string')
Raise a TypeError when the argument to send() or sendto() is anything
but a Buffer.

Fixes the following assertion:

  $ node -e 'require("dgram").createSocket("udp4").send("BAM")'
  node: ../../src/udp_wrap.cc:220: static v8::Handle<v8::Value>
  node::UDPWrap::DoSend(const v8::Arguments&, int): Assertion
  `Buffer::HasInstance(args[0])' failed.
  Aborted (core dumped)

Fixes #4496.
2013-01-08 04:32:40 +01:00
..
2011-03-14 17:37:05 -07:00
2012-07-06 19:28:35 -07:00
2011-03-14 17:37:05 -07:00
2013-01-08 04:32:40 +01:00
2012-06-16 11:02:49 -07:00
2012-09-25 11:08:52 -07:00
2011-03-14 17:37:05 -07:00
2012-12-12 09:46:22 +01:00
2012-12-26 15:26:53 -08:00
2012-08-24 16:56:06 +02:00
2012-02-27 14:03:18 -08:00
2012-06-19 14:07:48 -07:00
2012-06-28 10:14:03 -07:00
2012-11-26 01:51:05 +01:00
2012-03-03 23:48:57 -08:00
2012-08-04 13:04:15 -07:00