mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 15:24:25 +00:00
Don't send EOT
It was a bug that sending EOT when closing connection.
This commit is contained in:
parent
10d0bd8a17
commit
b4b9435b58
@ -216,10 +216,6 @@ func (app *App) generateHandler() func(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
go func() {
|
||||
<-exit
|
||||
if app.PermitWrite {
|
||||
fio.Write([]byte{4})
|
||||
}
|
||||
fio.Close()
|
||||
conn.Close()
|
||||
log.Printf("Connection closed: %s", r.RemoteAddr)
|
||||
}()
|
||||
|
Loading…
Reference in New Issue
Block a user