Imported Upstream version 5.14.0.141
Former-commit-id: 3b53584824e57e63d7af009d31bd6efb72155c45
This commit is contained in:
parent
53f56bd502
commit
f87a49ea3f
@ -1 +1 @@
|
||||
d8f896130299a8dde6f1e899642b2c79ea151b4f
|
||||
88b09769fd31b943975a90313f826394af5969eb
|
@ -1 +1 @@
|
||||
698d0b88c8e5e79ffd14d0e83246dd6c5943477f
|
||||
764e8b912ca3a7198895ecc27928b8a1c11ceb4c
|
@ -34,7 +34,7 @@ static class Consts
|
||||
// Use these assembly version constants to make code more maintainable.
|
||||
//
|
||||
|
||||
public const string MonoVersion = "5.14.0.140";
|
||||
public const string MonoVersion = "5.14.0.141";
|
||||
public const string MonoCompany = "Mono development team";
|
||||
public const string MonoProduct = "Mono Common Language Infrastructure";
|
||||
public const string MonoCopyright = "(c) Various Mono authors";
|
||||
|
@ -828,7 +828,7 @@ namespace System.Net
|
||||
WebOperation SendRequest (bool redirecting, BufferOffsetSize writeBuffer, CancellationToken cancellationToken)
|
||||
{
|
||||
lock (locker) {
|
||||
WebConnection.Debug ($"HWR SEND REQUEST: Req={ID} requestSent={requestSent} redirecting={redirecting}");
|
||||
WebConnection.Debug ($"HWR SEND REQUEST: Req={ID} requestSent={requestSent} actualUri={actualUri} redirecting={redirecting}");
|
||||
|
||||
WebOperation operation;
|
||||
if (!redirecting) {
|
||||
@ -1007,14 +1007,14 @@ namespace System.Net
|
||||
try {
|
||||
cancellationToken.ThrowIfCancellationRequested ();
|
||||
|
||||
WebConnection.Debug ($"HWR GET RESPONSE LOOP: Req={ID} {auth_state.NtlmAuthState}");
|
||||
WebConnection.Debug ($"HWR GET RESPONSE LOOP: Req={ID} Op={operation?.ID} {auth_state.NtlmAuthState}");
|
||||
|
||||
writeStream = await operation.GetRequestStreamInternal ();
|
||||
await writeStream.WriteRequestAsync (cancellationToken).ConfigureAwait (false);
|
||||
|
||||
stream = await operation.GetResponseStream ();
|
||||
|
||||
WebConnection.Debug ($"HWR RESPONSE LOOP #0: Req={ID} - {stream?.Headers != null}");
|
||||
WebConnection.Debug ($"HWR RESPONSE LOOP #0: Req={ID} Op={operation?.ID} - {stream?.Headers != null}");
|
||||
|
||||
(response, redirect, mustReadAll, writeBuffer, ntlm) = await GetResponseFromData (
|
||||
stream, cancellationToken).ConfigureAwait (false);
|
||||
@ -1022,7 +1022,7 @@ namespace System.Net
|
||||
throwMe = GetWebException (e);
|
||||
}
|
||||
|
||||
WebConnection.Debug ($"HWR GET RESPONSE LOOP #1: Req={ID} - redirect={redirect} mustReadAll={mustReadAll} writeBuffer={writeBuffer != null} ntlm={ntlm != null} - {throwMe != null}");
|
||||
WebConnection.Debug ($"HWR GET RESPONSE LOOP #1: Req={ID} Op={operation?.ID} - redirect={redirect} mustReadAll={mustReadAll} writeBuffer={writeBuffer != null} ntlm={ntlm != null} - {throwMe != null}");
|
||||
|
||||
lock (locker) {
|
||||
if (throwMe != null) {
|
||||
|
@ -336,7 +336,6 @@ namespace System.Net
|
||||
|
||||
// Is there anything in the queue?
|
||||
var next = group.GetNextOperation ();
|
||||
Debug ($"{me} no pending operations.");
|
||||
if (next == null)
|
||||
return false;
|
||||
|
||||
@ -581,9 +580,9 @@ namespace System.Net
|
||||
|
||||
public (WebConnection connection, bool created) CreateOrReuseConnection (WebOperation operation, bool force)
|
||||
{
|
||||
Scheduler.Debug ($"CREATE OR REUSE: group={ID} OP={operation.ID} force={force}");
|
||||
Scheduler.Debug ($"CREATE OR REUSE: group={ID} Op={operation.ID} force={force}");
|
||||
var connection = FindIdleConnection (operation);
|
||||
Scheduler.Debug ($"CREATE OR REUSE #1: group={ID} OP={operation.ID} force={force} - connection={connection?.ID}");
|
||||
Scheduler.Debug ($"CREATE OR REUSE #1: group={ID} Op={operation.ID} force={force} - connection={connection?.ID}");
|
||||
if (connection != null)
|
||||
return (connection, false);
|
||||
|
||||
|
@ -658,7 +658,7 @@ namespace System.Net
|
||||
else
|
||||
StatusDescription = string.Empty;
|
||||
|
||||
if (pos >= buffer.Size)
|
||||
if (pos >= buffer.Offset)
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
d44cb6756ac4019c4067cd47ca2209ba543e2c66
|
||||
ca65c98a0f00e648da973e7963968484f46e25a7
|
@ -1 +1 @@
|
||||
c3df1f94c77ce644db0e777773d4f5b4fb63ec3f
|
||||
84b727ef03eef4369b1e15a46b1146ad6a89bec6
|
@ -1 +1 @@
|
||||
66a2626126ddcf2f7d85c36c97c0430b5af44220
|
||||
274e6c6bb39b01195339dcfb8e03af00229e8f94
|
@ -1 +1 @@
|
||||
202a50c6985062de1d61831f6dedcb852c30f591
|
||||
08ee36494b283d9af6c5785332dceb3c2ceb15eb
|
@ -1 +1 @@
|
||||
99fa151d08685b7875f80672baa6949dd9c53ba9
|
||||
71d876d207ac1d4079734e7e07374a48dd139ac6
|
@ -1 +1 @@
|
||||
701fb7ddb42ec02b674abe8af949fa839afd936f
|
||||
c218c037bb6d75c7b3868cc3ce7ef93c29ef1b3d
|
@ -1 +1 @@
|
||||
d2d824e204185e923541688a25c18c57dcf9f41c
|
||||
94aa8e4583323ff2f0ef77c9767c6528746c8195
|
@ -1 +1 @@
|
||||
fbc9517e5a9f6d5a6277acc65c32a39570e90bb1
|
||||
14d433d80e9286afaada66a21c6a6490e02a1bab
|
@ -1 +1 @@
|
||||
d44cb6756ac4019c4067cd47ca2209ba543e2c66
|
||||
ca65c98a0f00e648da973e7963968484f46e25a7
|
@ -1 +1 @@
|
||||
c3df1f94c77ce644db0e777773d4f5b4fb63ec3f
|
||||
84b727ef03eef4369b1e15a46b1146ad6a89bec6
|
@ -1 +1 @@
|
||||
66a2626126ddcf2f7d85c36c97c0430b5af44220
|
||||
274e6c6bb39b01195339dcfb8e03af00229e8f94
|
@ -1 +1 @@
|
||||
202a50c6985062de1d61831f6dedcb852c30f591
|
||||
08ee36494b283d9af6c5785332dceb3c2ceb15eb
|
@ -1 +1 @@
|
||||
99fa151d08685b7875f80672baa6949dd9c53ba9
|
||||
71d876d207ac1d4079734e7e07374a48dd139ac6
|
@ -1 +1 @@
|
||||
701fb7ddb42ec02b674abe8af949fa839afd936f
|
||||
c218c037bb6d75c7b3868cc3ce7ef93c29ef1b3d
|
@ -1 +1 @@
|
||||
d2d824e204185e923541688a25c18c57dcf9f41c
|
||||
94aa8e4583323ff2f0ef77c9767c6528746c8195
|
@ -1 +1 @@
|
||||
fbc9517e5a9f6d5a6277acc65c32a39570e90bb1
|
||||
14d433d80e9286afaada66a21c6a6490e02a1bab
|
@ -1 +1 @@
|
||||
d44cb6756ac4019c4067cd47ca2209ba543e2c66
|
||||
ca65c98a0f00e648da973e7963968484f46e25a7
|
@ -1 +1 @@
|
||||
c3df1f94c77ce644db0e777773d4f5b4fb63ec3f
|
||||
84b727ef03eef4369b1e15a46b1146ad6a89bec6
|
@ -1 +1 @@
|
||||
66a2626126ddcf2f7d85c36c97c0430b5af44220
|
||||
274e6c6bb39b01195339dcfb8e03af00229e8f94
|
@ -1 +1 @@
|
||||
202a50c6985062de1d61831f6dedcb852c30f591
|
||||
08ee36494b283d9af6c5785332dceb3c2ceb15eb
|
@ -1 +1 @@
|
||||
99fa151d08685b7875f80672baa6949dd9c53ba9
|
||||
71d876d207ac1d4079734e7e07374a48dd139ac6
|
@ -1 +1 @@
|
||||
701fb7ddb42ec02b674abe8af949fa839afd936f
|
||||
c218c037bb6d75c7b3868cc3ce7ef93c29ef1b3d
|
@ -1 +1 @@
|
||||
d2d824e204185e923541688a25c18c57dcf9f41c
|
||||
94aa8e4583323ff2f0ef77c9767c6528746c8195
|
@ -1 +1 @@
|
||||
fbc9517e5a9f6d5a6277acc65c32a39570e90bb1
|
||||
14d433d80e9286afaada66a21c6a6490e02a1bab
|
@ -1 +1 @@
|
||||
#define FULL_VERSION "explicit/c87ebef"
|
||||
#define FULL_VERSION "explicit/8ae8c52"
|
||||
|
BIN
po/mcs/de.gmo
BIN
po/mcs/de.gmo
Binary file not shown.
@ -1 +1 @@
|
||||
f3180046951a3de4caa226adb75482b406da6891
|
||||
c20b2e70f8b1983435241609f17bb8220b7ae7ce
|
BIN
po/mcs/es.gmo
BIN
po/mcs/es.gmo
Binary file not shown.
@ -1 +1 @@
|
||||
6af91abac428b33107b9da02d98dc584df3a860a
|
||||
7e7dbf9f9097d4a822364588c3571b6f4f1ab698
|
BIN
po/mcs/ja.gmo
BIN
po/mcs/ja.gmo
Binary file not shown.
@ -1 +1 @@
|
||||
7f770be2ed5f834e9c663a505380842db5262b0a
|
||||
6c695146470efd04c6e7cc00fbb6744403c91ab4
|
@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: mono 5.14.0.140\n"
|
||||
"Project-Id-Version: mono 5.14.0.141\n"
|
||||
"Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
|
||||
"POT-Creation-Date: 2018-06-21 08:06+0000\n"
|
||||
"POT-Creation-Date: 2018-06-23 16:48+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
BIN
po/mcs/pt_BR.gmo
BIN
po/mcs/pt_BR.gmo
Binary file not shown.
@ -1 +1 @@
|
||||
91d9dc7e2dea3a95f836333e896f2fa29ccf9c37
|
||||
c1b09df3ff5a12d8616dfd751f62ed84e68b8770
|
Loading…
x
Reference in New Issue
Block a user