mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Still fixing some issues with having the wrong Platform or Configuration, also moved some code to the NetworkHelper. Deleted a file which should not be there.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2137 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
1a97204be3
commit
6ceef4f65e
14 changed files with 267 additions and 60 deletions
|
@ -128,6 +128,7 @@ namespace GreenshotImgurPlugin {
|
|||
ImageOutput.SaveToStream(image, requestStream, outputSettings);
|
||||
}
|
||||
|
||||
responseString = NetworkHelper.GetResponse(webRequest);
|
||||
using (WebResponse response = webRequest.GetResponse()) {
|
||||
LogCredits(response);
|
||||
using (StreamReader reader = new StreamReader(response.GetResponseStream(), true)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue