Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - msz

Pages: [1]
1
Network / Small bug in network library
« on: July 04, 2009, 05:44:14 pm »
Not a big thing. Method SetURI() checks if URI starts with slash, and inserts one if not. But there is possibility to create Request object using
Code: [Select]
sf::Http::Request req( sf::Http::Request::Get, "" );
In this case URI string is just copied to myURI member, without any checking.

Pages: [1]
anything