File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
biojava-ws/src/main/java/org/biojava/nbio/ws Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ private URLConnection setQBlastServiceProperties(URLConnection conn) {
356356 conn .setRequestProperty ("User-Agent" , "Biojava/NCBIQBlastService" );
357357 conn .setRequestProperty ("Connection" , "Keep-Alive" );
358358 conn .setRequestProperty ("Content-type" , "application/x-www-form-urlencoded" );
359- conn .setRequestProperty ("Content-length" , "2000 " );
359+ conn .setRequestProperty ("Content-length" , "200 " );
360360 return conn ;
361361 }
362362
Original file line number Diff line number Diff line change 2727import java .io .*;
2828import java .net .HttpURLConnection ;
2929import java .net .URL ;
30- import java .net .URLEncoder ;
3130import java .util .SortedSet ;
3231import java .util .TreeSet ;
3332
You can’t perform that action at this time.
0 commit comments