emicklei / go-restful

package for building REST-style Web Services using Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flush don't work

ashertz-dev opened this issue · comments

commented

When I try to convert Response.ResponseWriter to http.Flush, by using restful.Response.ResponseWriter.(http.Flusher), it return false. So, the func Flush faild too.

commented

I resolve it