httpproxy icon indicating copy to clipboard operation
httpproxy copied to clipboard

Error handling not working as expected

Open huaraz opened this issue 11 months ago • 0 comments

The opErrror processing does not seem to work. TBH I do not understand the code (still new to golang)

When I replace it with checks like error.Is(err,syscall.EPIPE) instead , etc. which seems to handle the errors correctly.

huaraz avatar Dec 19 '24 10:12 huaraz