Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http.client: wrong error message #4136

Closed
olegrok opened this issue Apr 11, 2019 · 0 comments
Closed

http.client: wrong error message #4136

olegrok opened this issue Apr 11, 2019 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@olegrok
Copy link
Collaborator

olegrok commented Apr 11, 2019

Tarantool version: 2.1.1-185-gf583b6c82

doc:
image

tarantool:

tarantool> httpc.new():request()
---
- error: 'builtin/http.client.lua:297: request(method, url [, options]])'
...

Expect: error: 'builtin/http.client.lua:297: request(method, url [, body, options]])'

kshcherbatov added a commit that referenced this issue Apr 22, 2019
Previously Tarantool used to raise the confusing error message in
case of invalid usage of the httpc module. Fixed to follow the
current module API.

Closes #4136
kshcherbatov added a commit that referenced this issue Apr 22, 2019
Previously Tarantool used to raise the confusing error message in
case of invalid usage of the httpc module. Fixed to follow the
current module API.

Closes #4136
kshcherbatov added a commit that referenced this issue Apr 22, 2019
Previously Tarantool used to raise the confusing error message in
case of invalid usage of the httpc module. Fixed to follow the
current module API.

Closes #4136
kshcherbatov added a commit that referenced this issue Apr 22, 2019
Previously Tarantool used to raise the confusing error message in
case of invalid usage of the httpc module. Fixed to follow the
current module API.

Closes #4136
kyukhin pushed a commit that referenced this issue Apr 23, 2019
Previously Tarantool used to raise the confusing error message in
case of invalid usage of the httpc module. Fixed to follow the
current module API.

Closes #4136

(cherry picked from commit 5ebf933)
locker pushed a commit that referenced this issue Mar 5, 2022
Previously Tarantool used to raise the confusing error message in
case of invalid usage of the httpc module. Fixed to follow the
current module API.

Closes #4136

(cherry picked from commit 5ebf933)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants