Mark Plomer

Results 8 issues of Mark Plomer

Currently the `req->getMethod()` returns a lowercased string (e.g. "get"). But the HTTP spec says, it is case-sensitive: > The method token is case-sensitive because it might be used as a...

API-breaking
Http

Planned bigger and backward incompatible changes for next major version: - options for multiple SQL dialects (implemented using PEG.js ["predicates"](https://pegjs.org/documentation#grammar-syntax-and-semantics-parsing-expression-types)) - cleanup quote/identifier handling (double quotes, single quotes and backticks)...

The documented "pingInterval" option seems to have changed to "pingInactive" + "pingWaitRes" and appears to be disabled by default currently.

Sometimes one node-worker exits with the following error: ``` node: ../src/binding.cc:581: static void Client::cb_poll(uv_poll_t*, int, int): Assertion `status == 0' failed. ``` Possibly this happens after MySQL-Server closes the connection...

Since v0.2.6 we experience a bigger memory leak in production - we tracked things down to commit 3dbb651747a43246d5dcc0c8f29a1447352f076e. We tried all the commits for a while in production (all tests...

When having much attributes on a node, not all attributes are removed while filtering: A foreach ($node->attributes as $attribute) does not work correctly when removing nodes while iterating, so a...

This is a draft PR for fixing #39137 ... primarily for the test-case for now. My changes to `lib/_http_server.js` are just an experiment as a base for discussion - it...

http
needs-ci

When an $ORIGIN is defined that is different from the zone name, then records with "empty names" (which refer to the previous record) are not correctly parsed. Example input for...