Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Remove unused readme (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwu16 authored Mar 13, 2023
1 parent bf77561 commit e3dc814
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 0 additions & 24 deletions quic_transport/readme.md

This file was deleted.

2 changes: 1 addition & 1 deletion quic_transport/sdk/impl/quic_transport_owt_stream_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void QuicTransportOwtStreamImpl::SetVisitor(owt::quic::QuicTransportStreamInterf

void QuicTransportOwtStreamImpl::CloseOnCurrentThread() {
// TODO: Post to IO runner.
Reset(QUIC_STREAM_CANCELLED);
WriteOrBufferData(absl::string_view("", 1), true, nullptr);
}

void QuicTransportOwtStreamImpl::Close() {
Expand Down

0 comments on commit e3dc814

Please sign in to comment.