-
Notifications
You must be signed in to change notification settings - Fork 32
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
httpserver 启动正常,client就报错 #20
Comments
你可以尝试自己找到并解决这个问题,或者pull最新代码 |
楼主,留个联系方式,咱俩聊聊; |
你这个问题,可以看 luabind/http.h 这里面已经没有Bind方法。 应该是start方法 |
我qq 3031393421 |
将lib/http.lua 135行的Bind 改成Start 即可 |
Repository owner
deleted a comment
Feb 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sandy@sandy:~/Documents/chuck$ lua test/lua/httpclient.lua
[ ERROR]2017-02-04-21:29:26.182[3626] dail_ip4_cb():luabind/socket.h:193:error on dail_ip4_cb ./lib/http.lua:135: attempt to call a nil value (method 'Bind')
stack traceback:
./lib/http.lua:135: in field 'new'
./lib/http.lua:278: in function <./lib/http.lua:272>
[C]: in method 'Run'
test/lua/httpclient.lua:45: in main chunk
[C]: in ?
The text was updated successfully, but these errors were encountered: