pike.git/
lib/
modules/
Protocols.pmod/
DNS.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2011-01-21
2011-01-21 09:18:46 by Martin Jonsson <marty@roxen.com>
d9f18f9ded88ce2114055261334d2a4e0c4b3a81 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed issue where async_client objects became garbage even after close().
1565:
}, callback, @args); }
+
void close()
+
{
+
udp::close();
+
udp::set_read_callback(0);
+
}
+
//! protected void create(void|string|array(string) server, void|string|array(string) domain)