mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
further progress on HttpServer integration: OSHttpRequest can now be
instantiated from both .NET and HttpServer code path.
This commit is contained in:
@@ -73,7 +73,7 @@ namespace OpenSim.Framework.Servers
|
||||
}
|
||||
|
||||
public WebHeaderCollection Headers;
|
||||
public CookieCollection Cookies;
|
||||
// public CookieCollection Cookies;
|
||||
|
||||
private bool _keepAlive;
|
||||
public bool KeepAlive
|
||||
@@ -144,7 +144,7 @@ namespace OpenSim.Framework.Servers
|
||||
ContentLength64 = resp.ContentLength64;
|
||||
_contentType = resp.ContentType;
|
||||
Headers = resp.Headers;
|
||||
Cookies = resp.Cookies;
|
||||
// Cookies = resp.Cookies;
|
||||
KeepAlive = resp.KeepAlive;
|
||||
OutputStream = resp.OutputStream;
|
||||
RedirectLocation = resp.RedirectLocation;
|
||||
|
||||
Reference in New Issue
Block a user