You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting sometimes a weird panic, during get requests, here is the stack trace stripped of company specific references, the trigger for this is a simple s.client.R().Get() that gets a gzipped response, my assumption is that at times this response is empty or broken and in someway triggering the nil pointer dereference
I don't have an easy way to repro as it's not happening that often, but it's triggering annoying server restarts, figured I would report and in case you have seen it before I would appreciate any pointers.
I will probably try to downgrade to v2 next week and see if it happens there too
The text was updated successfully, but these errors were encountered:
I am getting sometimes a weird panic, during get requests, here is the stack trace stripped of company specific references, the trigger for this is a simple
s.client.R().Get()
that gets a gzipped response, my assumption is that at times this response is empty or broken and in someway triggering the nil pointer dereferenceI don't have an easy way to repro as it's not happening that often, but it's triggering annoying server restarts, figured I would report and in case you have seen it before I would appreciate any pointers.
I will probably try to downgrade to v2 next week and see if it happens there too
The text was updated successfully, but these errors were encountered: