Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 6b45ed3

Browse files
committed
Revert unintentional change.
1 parent c01f069 commit 6b45ed3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/network/connection_handle.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ DEF_TRANSITION_GRAPH
108108

109109
DEFINE_STATE(GET_RESULT)
110110
ON(WAKEUP) SET_STATE_TO(GET_RESULT) AND_INVOKE(GetResult)
111-
ON(NEED_DATA) SET_STATE_TO (GET_RESULT) AND_WAIT
112-
ON(PROCEED) SET_STATE_TO(WRITE) AND_INVOKE(ProcessWrite)
111+
ON(PROCEED) SET_STATE_TO(WRITE) AND_INVOKE(ProcessWrite)
113112
END_DEF
114113
END_DEF
115114

0 commit comments

Comments
 (0)