Mihail Stoykov
Mihail Stoykov
When reloading the config all the handlers are replaced. Old ones will continue to be around until all requests that have been started with them are finished. This might be...
due to the way map works in golang - the order of the locations is unspecified which has effect on which regex location will be matched first.
When only the metadata is present and a request for the whole file comes the `cache` tries a range request with start 0 and length the size of the file....
Currently if a connection (to upstream) dies it is not retried. This might be a problem for some modules and may need to be addressed individually in each and everyone...
### Feature Description As reported in https://community.k6.io/t/create-selection-from-element/4643 it is comment in jquery to do [`selection.each`](https://k6.io/docs/javascript-api/k6-html/selection/selection-each/) and then get the selection of the element that `each` will give you and continue...
### Brief summary If you use [next()](https://k6.io/docs/javascript-api/k6-html/selection/selection-next/) to get the next selection there is not indication that you have run out of selections - it will continue returning you a...
## Background: Currently, `require` and `open` are both relative to the current *root* module/script that is being executed. This is best explain with an example: If you have. `main.js` that...
#2670 brought up that the script samples aren't working with the latest version. I did fix some of the easier to fix issues in #2671, but ultimately at least three...
Currently tests are not run on windows CI. Given that at least some of the observed failures seem like possible functional deficiencies, it will be good for those test to...
#428 will be moving APIs over. But it might be better to rename all of those to have `Sync` at the end. This way when we add `goto` with promises...