Skip to content

request.query behaves immutable in 5.x  #2752

Description

@mikegwhit

Tested against 4.13, request.query is tested false for Object.isFrozen and also does not pass this test assuming HTTP GET:

app.all("*",function(req,res,next){
req.query.apples = "bananas";
assert(req.query.apples=="bananas")
});

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions