tamaramata / solrnet

Automatically exported from code.google.com/p/solrnet
0 stars 0 forks source link

POST of chunked data stream #170

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The actual SolrConnection.PostStream method accepts a stream which must support 
the Length property.

It would be nice that, if Length raises a NotSupportedException, the stream was 
sent with SendChunk option enabled, thus allowing stream whose size is not 
known a priori.

Original issue reported on code.google.com by laserp...@gmail.com on 5 Jan 2012 at 12:09

GoogleCodeExporter commented 8 years ago
Moved to https://github.com/mausch/SolrNet/issues/101

Original comment by mauricio...@gmail.com on 9 Sep 2013 at 7:29