Former-commit-id: c8297437595e89aaa9504b3323903e4f70f80726
This commit is contained in:
Gerasimos (Makis) Maropoulos 2017-02-17 05:00:06 +02:00
parent 929b00a24b
commit 43fcdc6495

View File

@ -244,6 +244,7 @@ func (w *responseWriter) Push(target string, opts *http.PushOptions) error {
if err != nil && err.Error() == http.ErrNotSupported.ErrorString {
return ErrPushNotSupported
}
return err
}
return ErrPushNotSupported
}