tessel / t1-runtime

[UNMAINTAINED] Tessel 1 JavaScript runtime.
Other
117 stars 33 forks source link

Converts url of incoming request into a utf-8 encoded string #689

Closed johnnyman727 closed 9 years ago

johnnyman727 commented 9 years ago

An IncomingMessage request URL should be a string, not a buffer, as evidenced by the Node docs.

tm-rampart commented 9 years ago

Approved by @kevinmehall. Running tests.