mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-09 23:41:09 -04:00
Support Internet Explorer 3.0 for windows 95
This commit is contained in:
parent
bee7582003
commit
e02760dfb1
@ -484,6 +484,8 @@ static void HttpCache_MakeEntry(const cc_string* url, struct HttpCacheEntry* ent
|
||||
|
||||
String_UNSAFE_Separate(&path, '/', &addr, &_resource);
|
||||
String_UNSAFE_Separate(&addr, ':', &name, &port);
|
||||
|
||||
String_Append(resource, '/');
|
||||
/* Address may have unicode characters - need to percent encode them */
|
||||
HttpCache_UrlEncodeUrl(resource, &_resource);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user