pagekit / vue-resource

The HTTP client for Vue.js
MIT License
10.09k stars 1.6k forks source link

The timeout option does not work. #694

Closed JeStasG closed 6 years ago

JeStasG commented 6 years ago

When you call the following code: this.$http({ url: '/api/getData', method: 'POST', body: { someProperty: SomeValue }, timeout: 0 }) .then(response => { }) Error 0 () is output after 2 minutes.

Sorry, it default timeout for http server on nodejs/