set RemoteAddr in http request objects

fixes #266
This commit is contained in:
Lucas Clemente
2016-08-09 11:50:27 +02:00
parent d8f53d4cf7
commit 8c5a3dabd6
6 changed files with 20 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ func (m *mockConnection) write(p []byte) error {
}
func (*mockConnection) setCurrentRemoteAddr(addr interface{}) {}
func (*mockConnection) IP() net.IP { return nil }
func (*mockConnection) RemoteAddr() *net.UDPAddr { return &net.UDPAddr{} }
type mockUnpacker struct{}