This is an automated email from the ASF dual-hosted git repository.

Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


    from 208b779bc Fix WebSocket subprotocol for ws v8 Client: nodejs
     add dc9644eac THRIFT-4534: Move ASP.NET Core HTTP server transport to a 
separate package Client: netstd

No new revisions were added by this update.

Summary of changes:
 build/veralign.sh                                  |  1 +
 lib/netstd/Makefile.am                             |  5 ++
 lib/netstd/README.md                               | 12 +++++
 .../{Thrift => Thrift.AspNetCore}/.editorconfig    |  0
 .../Thrift.AspNetCore.csproj}                      | 53 +++++++-------------
 .../Transport/Server/THttpServerTransport.cs       | 10 +---
 lib/netstd/Thrift.slnx                             |  1 +
 lib/netstd/Thrift/Thrift.csproj                    | 39 +++------------
 lib/netstd/Thrift/Transport/Server/NullLogger.cs   | 56 ----------------------
 test/netstd/Server/Server.csproj                   |  2 +
 test/netstd/ThriftTest.slnx                        |  1 +
 tutorial/netstd/Client/Client.csproj               |  4 ++
 tutorial/netstd/Server/Server.csproj               |  2 +
 tutorial/netstd/Tutorial.slnx                      |  1 +
 14 files changed, 53 insertions(+), 134 deletions(-)
 copy lib/netstd/{Thrift => Thrift.AspNetCore}/.editorconfig (100%)
 copy lib/netstd/{Thrift/Thrift.csproj => 
Thrift.AspNetCore/Thrift.AspNetCore.csproj} (69%)
 rename lib/netstd/{Thrift => 
Thrift.AspNetCore}/Transport/Server/THttpServerTransport.cs (93%)
 delete mode 100644 lib/netstd/Thrift/Transport/Server/NullLogger.cs

Reply via email to