Support Internet Explorer 3.0 for windows 95

This commit is contained in:
UnknownShadow200 2022-03-25 08:14:25 +11:00
parent bee7582003
commit e02760dfb1

View File

@ -484,6 +484,8 @@ static void HttpCache_MakeEntry(const cc_string* url, struct HttpCacheEntry* ent
String_UNSAFE_Separate(&path, '/', &addr, &_resource); String_UNSAFE_Separate(&path, '/', &addr, &_resource);
String_UNSAFE_Separate(&addr, ':', &name, &port); String_UNSAFE_Separate(&addr, ':', &name, &port);
String_Append(resource, '/');
/* Address may have unicode characters - need to percent encode them */ /* Address may have unicode characters - need to percent encode them */
HttpCache_UrlEncodeUrl(resource, &_resource); HttpCache_UrlEncodeUrl(resource, &_resource);