gecko-dev/netwerk/protocol/data
Eric Rahm bb9b0ac27e Bug 1333899 - Part 3: Avoid extra copies in nsDataChannel::OpenContentStream. r=bz
This switches over to cloning the URI without it's ref which will most likely
avoid a copy. The new |ParsePathWithoutRef| is used, again to avoid needing a
copy of the path substring.

--HG--
extra : rebase_source : 7ed0eded8a9f5b9df1857bfa8004dac0dfe5ff78
2018-02-02 12:59:38 -08:00
..
DataChannelChild.cpp
DataChannelChild.h
DataChannelParent.cpp Bug 1351147 - Use fullhash instead of prefix in OnClassifyComplete r=francois 2017-08-04 18:20:13 +08:00
DataChannelParent.h
moz.build
nsDataChannel.cpp Bug 1333899 - Part 3: Avoid extra copies in nsDataChannel::OpenContentStream. r=bz 2018-02-02 12:59:38 -08:00
nsDataChannel.h Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
nsDataHandler.cpp Bug 1333899 - Part 2: Add nsDataHandler::ParsePathWithoutRef. r=valentin 2018-02-02 12:50:10 -08:00
nsDataHandler.h Bug 1333899 - Part 2: Add nsDataHandler::ParsePathWithoutRef. r=valentin 2018-02-02 12:50:10 -08:00
nsDataModule.cpp