sim590 / dpaste

A simple pastebin for light values (max 64KB) using OpenDHT distributed hash table (with support for encryption).
GNU General Public License v3.0
15 stars 4 forks source link

bin: directly read input stream into single buffer #6

Closed sim590 closed 6 years ago

sim590 commented 6 years ago

Was formerly reading the input stream into array, then reading the array into a vector buffer.