dodo / node-unicodetable

unicode lookup table
MIT License
42 stars 34 forks source link

Stop timeout couting when server responses. #12

Closed zcbenz closed 10 years ago

zcbenz commented 10 years ago

For some slow network 30s is not enough to download the whole file, the install should only fail when http request is time out, not when the download takes too much time.

dodo commented 10 years ago

thanks!