Open f-ld opened 5 years ago
Any updates? Is this project dead? This is a very simple change and in a couple of clicks it can be merged.
It looks like this can be solved without changes to this project. Something like:
wsp := &websocketproxy.WebSocketProxy{
Director: func(incoming *http.Request, out http.Header) {
if ua := incoming.Header.Get("User-Agent"); ua != "" {
out.Add("User-Agent", ua)
}
},
}
Propose solution for issue #33