summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/Client.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Client.hxx b/src/client/Client.hxx
index c3a9a9cc0..e2921417d 100644
--- a/src/client/Client.hxx
+++ b/src/client/Client.hxx
@@ -100,7 +100,7 @@ public:
}
gcc_pure
- bool IsExpired() const {
+ bool IsExpired() const noexcept {
return !FullyBufferedSocket::IsDefined();
}