mirror of https://github.com/lukechilds/node.git
Browse Source
Use v8::Integer::NewFromUnsigned() when updating the writeQueueSize field. Before this commit, it used v8::Integer::New() but that takes an int32_t. It's unlikely for a write queue to grow beyond 2**31-1 bytes but let's use the unsigned integer constructor anyway, just in case.v0.11.6-release
Ben Noordhuis
12 years ago
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue