# HG changeset patch # User Matt Johnston # Date 1555653510 -28800 # Node ID 3e5e52d50af5dd8f514c1a3500aef458467061ce # Parent e1b5938de122e9902a61bd4ce6cf483350a529bd comment diff -r e1b5938de122 -r 3e5e52d50af5 rust/src/params.rs --- a/rust/src/params.rs Fri Apr 19 13:57:40 2019 +0800 +++ b/rust/src/params.rs Fri Apr 19 13:58:30 2019 +0800 @@ -123,7 +123,9 @@ Err(TemplogError::new(&format!("Bad epoch from server '{}' expected '{}'", *le, self.epoch))) } hyper::StatusCode::NotModified => { - // XXX this isn't really an error + // XXX this isn't really an error. Should handle_response() return + // Result, TemplogError> instead? + Err(TemplogError::new("304 unmodified (long polling timeout at the server)")) }, _ => {