Skip to content

Commit

Permalink
net: remove TODO in socket.jl
Browse files Browse the repository at this point in the history
fixes JuliaLang#9496
[ci skip]
  • Loading branch information
ihnorton committed Jan 9, 2015
1 parent 38ee8a0 commit 7e1faba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/socket.jl
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ end
function _uv_hook_recv(sock::UDPSocket, nread::Int, buf_addr::Ptr{Void}, buf_size::UInt, addr::Ptr{Void}, flags::Int32)
# C signature documented as (*uv_udp_recv_cb)(...)
if flags & UV_UDP_PARTIAL > 0
# TODO: Decide what to do in this case. For now throw an error
c_free(buf_addr)
notify_error(sock.recvnotify,"Partial message received")
end
Expand Down

0 comments on commit 7e1faba

Please sign in to comment.