Fix: Issue when merging beta5
diff --git a/src/handler.cpp b/src/handler.cpp
index f2ecb76..9e8a947 100644
--- a/src/handler.cpp
+++ b/src/handler.cpp
@@ -102,12 +102,6 @@
       state_ = next_state;
       break;
 
-    case REQUEST_STATE_TIMEOUT_WRITE_OUTSTANDING:
-      assert((next_state == REQUEST_STATE_TIMEOUT || next_state == REQUEST_STATE_DONE) &&
-              "Invalid request state after timeout (write outstanding)");
-      state_ = next_state;
-      break;
-
     case REQUEST_STATE_READ_BEFORE_WRITE:
       assert(next_state == REQUEST_STATE_DONE &&
              "Invalid request state after read before write");