Alaoui Youness

Show:

What's happening?

  • Comment: http::geturl abuses vwait on async call

    Unless I misunderstood the test, isn't error what you're expecting? If the bad url is a badly formatted URI, then you should expect an error right away. If the bad url is a valid URI but with an invalid/unreachable server, then you expect it to error out in the callback, and not for it to timeout. It would only timeout if the server was real and dropping packets, so you don't get a "host...

    2013-01-22 01:07:48 PST in Tcl

  • Comment: http::geturl abuses vwait on async call

    Hey, dkf! Glad to see this bug taken care of! :) It looks like that test case expects an error to happen with the badurl, but since there's a -command, the socket gets created asynchronously, which means the error will happen in the command callback, not during the socket creation. So I think that this is a good thing indeed and working as expected. You'd just have to confirm that the error...

    2013-01-21 17:02:26 PST in Tcl

About Me


Send me a message