Giter Club home page Giter Club logo

Comments (9)

mattn avatar mattn commented on August 24, 2024

I'm not sure, I don't remember, but maybe, when I tested this, the server did not return a response. This is workaround.

from go-uwsgi.

23doors avatar 23doors commented on August 24, 2024

Thanks for quick answer!
Tried removing these 2 lines and everything seemed to be working fine at least for http/1.1 but I haven't done any extensive tests. And I am running it behind a uwsgi (internal routing) which may for some reason yield different results than running it behind nginx + uwsgi pass.

from go-uwsgi.

mattn avatar mattn commented on August 24, 2024

If you solve your issue, please send me p-r.

from go-uwsgi.

23doors avatar 23doors commented on August 24, 2024

#5

from go-uwsgi.

23doors avatar 23doors commented on August 24, 2024

Any chance you could take a look? If you don't have time right now, I'll just use my fork for the time being

from go-uwsgi.

mattn avatar mattn commented on August 24, 2024

Test fails. Could you handle this? https://travis-ci.org/mattn/go-uwsgi

from go-uwsgi.

23doors avatar 23doors commented on August 24, 2024

Made a fix for regression: #6 but actually it seems that tests were failing for a long time now. Fixed the error, but tests seem to hang anyway. I tested version before PR - and it also hangs on me so it doesn't seem to be a regression. Sadly, I don't have time right now to debug what is wrong with the testcase especially as it looks unfinished.

Anyway. TestBasic should work after this PR.
TestServer is another story though.
From what I gathered:

passenger := &Passenger{"tcp", "127.0.0.1"}

this is wrong, no port in addr - and server that it points to is not running

l, err := net.Listen("tcp", "127.0.0.1:0")

listener is declared but unused. And yet we later on try to connect to it which causes timeout.

from go-uwsgi.

mattn avatar mattn commented on August 24, 2024

I removed TestServer now because I don't remember what I want to test.

from go-uwsgi.

mattn avatar mattn commented on August 24, 2024

closed by #8

from go-uwsgi.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.