event/ServerSocket: make OnAccept() noexcept

This commit is contained in:
Max Kellermann
2018-10-30 20:13:07 +01:00
parent 413ab80295
commit 0307b49f43
3 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ HttpdOutput::OnDeferredBroadcast() noexcept
void
HttpdOutput::OnAccept(UniqueSocketDescriptor fd,
SocketAddress address, gcc_unused int uid)
SocketAddress address, gcc_unused int uid) noexcept
{
/* the listener socket has become readable - a client has
connected */