mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 00:08:04 +02:00
typo
This commit is contained in:
@@ -112,7 +112,7 @@ func do_chunked_io(io_data *rc_io_data) (serialized_response []byte, err error)
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
if len(chunk) == 0 {
|
if len(chunk) == 0 {
|
||||||
state = utils.IfElse(state == BEFORE_FIRST_ESCAPE_CODE_SENT && wants_streaming, WAITING_FOR_STREAMING_RESPONSE, WAITING_FOR_STREAMING_RESPONSE)
|
state = utils.IfElse(state == BEFORE_FIRST_ESCAPE_CODE_SENT && wants_streaming, WAITING_FOR_STREAMING_RESPONSE, WAITING_FOR_RESPONSE)
|
||||||
transition_to_read()
|
transition_to_read()
|
||||||
} else {
|
} else {
|
||||||
queue_escape_code(chunk)
|
queue_escape_code(chunk)
|
||||||
|
|||||||
Reference in New Issue
Block a user