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
This probably should be done when we rewrite for #550.
Removing the api directory and then removing dependencies through dep ensure removed 3mb from vendor. And we definitely don't need negroni or api2go for 5 api calls
The text was updated successfully, but these errors were encountered:
The only "breaking change" is that if now k6 panics during answering a
REST API request it will close the connection instead of returning
`500`. This can also be done easily I just don't think it's particularly
necessary.
This is part of #911
This probably should be done when we rewrite for #550.
Removing the api directory and then removing dependencies through
dep ensure
removed 3mb fromvendor
. And we definitely don't neednegroni
orapi2go
for 5 api callsThe text was updated successfully, but these errors were encountered: