| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b4353e9 commit e5d2a95
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -342,7 +342,6 @@ void UDPWrap::RecvStop(const FunctionCallbackInfo<Value>& args) { | |||
| 342 | 342 | } | |
| 343 | 343 | ||
| 344 | 344 | ||
| 345 | - // TODO(bnoordhuis) share with StreamWrap::AfterWrite() in stream_wrap.cc | ||
| 346 | 345 | void UDPWrap::OnSend(uv_udp_send_t* req, int status) { | |
| 347 | 346 | SendWrap* req_wrap = static_cast<SendWrap*>(req->data); | |
| 348 | 347 | if (req_wrap->have_callback()) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments