Mihail Stoykov

Results 99 issues of Mihail Stoykov

This will discuss deficiencies around `net/http`, but in reality, some of those apply to other APIs as well. The idea is mostly to: 1. Discuss the problems with the current...

help wanted
performance
evaluation needed
new-http

Now that we have event loops and once #2423 is done, it is a good idea to start experimenting and working on making our APIs use it. A good candidate...

evaluation needed

## Summary: `Location` header isn't required for any redirect (`3xx`), this was previously not correctly supported in go for 301-303 statuses, for which it was a requirement. This has [been...

bug

### Feature Description A long time ago we got a pretty big PR extending `k6/crypto` in https://github.com/grafana/k6/pull/1025 at the time one of the biggest problems was that [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) was not...

feature
js-compat
evaluation needed

I ran into hyper having problem if the remote side closes the connection after a given amount of requests. At that time hyper throws: ``` Traceback (most recent call last):...

This was a complex issue that required more or less the changes to webpack and the move of the babel config to fix. babel.config.json changes are there as on a...

I am adding this issue mostly to say that I and @oleiade will be working on it this week and hopefully will have at least a WIP/PoC PR by the...

Hi, @dop251 (and whoever else is interested in the development of goja). tl;dr: I (on behalf of the k6 team) would like to coordinate on getting goja to support more...

`"000\xfd00000000000000".split(/((?:0*)+?(?:.*)+?)?/g` Panics with: ``` panic: runtime error: slice bounds out of range [19:2] [recovered] panic: runtime error: slice bounds out of range [19:2] [recovered] panic: runtime error: slice bounds out...

https://github.com/ironsmile/nedomi/blob/01acf83d0d615b4f8726e94edf4470985ee176de/app/connections.go#L27