Nethravathitcs / unitt

Automatically exported from code.google.com/p/unitt
0 stars 0 forks source link

Urls only work with at least 3 slashes in it #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

WebSocketConnectConfig* config = [WebSocketConnectConfig 
configWithURLString:@"ws://echo.websocket.org" origin:nil protocols:nil 
tlsSettings:nil headers:nil verifySecurityKey:NO extensions:nil ];

and then opening the Web Socket

What is the expected output? What do you see instead?

I expect a "Did open" which I only get when I use "ws://echo.websocket.org/" 
(with a trailing slash at then end). The same problem I have with using 
localhost.

What version of the product are you using? On what operating system?
UnittWebSocketClient 0.9.4
XCode 4.2
Mac OS 10.6.8
iPhone 5.0 Simulator

Original issue reported on code.google.com by kon...@gmx.at on 13 Dec 2011 at 4:28

GoogleCodeExporter commented 8 years ago
What a silly bug on my part. Look for a fix in the next build.

Original comment by joshuadmorris@gmail.com on 30 Jan 2012 at 4:26

GoogleCodeExporter commented 8 years ago
This is now fixed in trunk. After a validation pass I will generate a new build.

Original comment by joshuadmorris@gmail.com on 30 Jan 2012 at 6:43

GoogleCodeExporter commented 8 years ago

Original comment by joshuadmorris@gmail.com on 31 Jan 2012 at 6:32