Got at least one data fetching method working; turns out, we can't use a patched LogicStack to get the data
This commit is contained in:
12
Vendor/EmbedIO-3.5.2/Net/Internal/HttpConnection.LineState.cs
vendored
Normal file
12
Vendor/EmbedIO-3.5.2/Net/Internal/HttpConnection.LineState.cs
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace EmbedIO.Net.Internal
|
||||
{
|
||||
partial class HttpConnection
|
||||
{
|
||||
private enum LineState
|
||||
{
|
||||
None,
|
||||
Cr,
|
||||
Lf,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user