Changes this (last) week:
- Fixed an obscure garbage collection bug that could cause custom properties that a script added to request.headers or response.headers to disappear randomly. Most scripts do not do this; you’d have to do something like
request.headers.myProperty = "foo"
. - V8 updated: 7.2.502.24 -> 7.2.502.25