| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
It has caught some minor bugs.
|
| |
|
|
|
|
| |
It's OK to store it in headers.
|
|
|
|
| |
Now it only does HTTP/1.1, with Connection: close.
|
| |
|
|
|
|
|
|
|
|
|
| |
This time, I've also ported over the consistency check to prevent some
ownership bugs.
Unfortunately, the check is very limited, and it is still possible to
double-free or leak JSValues. I think it would be possible to make
coverage 100%, but only with ARC...
|
|
|
|
|
|
|
|
|
| |
Supposedly they aren't broken in refc after 2.0.0, so we can do this now
that 1.6.14 is dropped.
I've confirmed lent to work as advertised; it indeed reduces copies.
sink doesn't seem to help much, but I guess it will be useful once we
switch to ORC.
|
|
one less mystery
|