Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Titanium-Web-Proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Titanium-Web-Proxy
Commits
b395d850
Commit
b395d850
authored
Jan 06, 2016
by
justcoding121
Committed by
justcoding121
Jan 06, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge fix
parents
25ab5642
70531a1c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
CustomBinaryReader.cs
Titanium.Web.Proxy/Helpers/CustomBinaryReader.cs
+1
-1
RequestHandler.cs
Titanium.Web.Proxy/RequestHandler.cs
+1
-1
ResponseHandler.cs
Titanium.Web.Proxy/ResponseHandler.cs
+2
-1
No files found.
Titanium.Web.Proxy/Helpers/CustomBinaryReader.cs
View file @
b395d850
...
@@ -5,7 +5,7 @@ using System.Text;
...
@@ -5,7 +5,7 @@ using System.Text;
namespace
Titanium.Web.Proxy.Helpers
namespace
Titanium.Web.Proxy.Helpers
{
{
public
class
CustomBinaryReader
:
BinaryReader
internal
class
CustomBinaryReader
:
BinaryReader
{
{
internal
CustomBinaryReader
(
Stream
stream
,
Encoding
encoding
)
internal
CustomBinaryReader
(
Stream
stream
,
Encoding
encoding
)
:
base
(
stream
,
encoding
)
:
base
(
stream
,
encoding
)
...
...
Titanium.Web.Proxy/RequestHandler.cs
View file @
b395d850
...
@@ -250,7 +250,7 @@ namespace Titanium.Web.Proxy
...
@@ -250,7 +250,7 @@ namespace Titanium.Web.Proxy
Dispose
(
client
,
clientStream
,
clientStreamReader
,
clientStreamWriter
,
args
);
Dispose
(
client
,
clientStream
,
clientStreamReader
,
clientStreamWriter
,
args
);
break
;
break
;
}
}
}
}
if
(
connection
!=
null
)
if
(
connection
!=
null
)
...
...
Titanium.Web.Proxy/ResponseHandler.cs
View file @
b395d850
...
@@ -124,9 +124,10 @@ namespace Titanium.Web.Proxy
...
@@ -124,9 +124,10 @@ namespace Titanium.Web.Proxy
}
}
}
}
return
response
.
Response
.
ResponseHeaders
;
return
response
.
Response
.
ResponseHeaders
;
}
}
private
static
void
WriteResponseStatus
(
Version
version
,
string
code
,
string
description
,
private
static
void
WriteResponseStatus
(
Version
version
,
string
code
,
string
description
,
StreamWriter
responseWriter
)
StreamWriter
responseWriter
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment