@supraio/client-daemon-js 0.0.1-master.5 → 0.0.1-master.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25008,8 +25008,8 @@ $packages["time"] = (function() {
25008
25008
  return [nhi, nlo];
25009
25009
  };
25010
25010
  Date = function(year, month, day, hour, min, sec, nsec, loc) {
25011
- var _r, _r$1, _r$2, _tuple, _tuple$1, _tuple$2, _tuple$3, _tuple$4, _tuple$5, _tuple$6, _tuple$7, abs, d, day, end, hour, loc, m, min, month, nsec, offset, sec, start, t, unix, utc, x$1, x$2, x$3, x$4, x$5, x$6, x$7, x$8, year, $s, $r;
25012
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r = $f._r; _r$1 = $f._r$1; _r$2 = $f._r$2; _tuple = $f._tuple; _tuple$1 = $f._tuple$1; _tuple$2 = $f._tuple$2; _tuple$3 = $f._tuple$3; _tuple$4 = $f._tuple$4; _tuple$5 = $f._tuple$5; _tuple$6 = $f._tuple$6; _tuple$7 = $f._tuple$7; abs = $f.abs; d = $f.d; day = $f.day; end = $f.end; hour = $f.hour; loc = $f.loc; m = $f.m; min = $f.min; month = $f.month; nsec = $f.nsec; offset = $f.offset; sec = $f.sec; start = $f.start; t = $f.t; unix = $f.unix; utc = $f.utc; x$1 = $f.x$1; x$2 = $f.x$2; x$3 = $f.x$3; x$4 = $f.x$4; x$5 = $f.x$5; x$6 = $f.x$6; x$7 = $f.x$7; x$8 = $f.x$8; year = $f.year; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
25011
+ var _r, _r$1, _tuple, _tuple$1, _tuple$2, _tuple$3, _tuple$4, _tuple$5, _tuple$6, abs, d, day, end, hour, loc, m, min, month, nsec, offset, sec, start, t, unix, utc, x$1, x$2, x$3, x$4, x$5, x$6, x$7, x$8, year, $s, $r;
25012
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r = $f._r; _r$1 = $f._r$1; _tuple = $f._tuple; _tuple$1 = $f._tuple$1; _tuple$2 = $f._tuple$2; _tuple$3 = $f._tuple$3; _tuple$4 = $f._tuple$4; _tuple$5 = $f._tuple$5; _tuple$6 = $f._tuple$6; abs = $f.abs; d = $f.d; day = $f.day; end = $f.end; hour = $f.hour; loc = $f.loc; m = $f.m; min = $f.min; month = $f.month; nsec = $f.nsec; offset = $f.offset; sec = $f.sec; start = $f.start; t = $f.t; unix = $f.unix; utc = $f.utc; x$1 = $f.x$1; x$2 = $f.x$2; x$3 = $f.x$3; x$4 = $f.x$4; x$5 = $f.x$5; x$6 = $f.x$6; x$7 = $f.x$7; x$8 = $f.x$8; year = $f.year; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
25013
25013
  if (loc === ptrType$2.nil) {
25014
25014
  $panic(new $String("time: missing Location in call to Date"));
25015
25015
  }
@@ -25047,27 +25047,20 @@ $packages["time"] = (function() {
25047
25047
  /* */ if (!((offset === 0))) { $s = 2; continue; }
25048
25048
  /* */ $s = 3; continue;
25049
25049
  /* if (!((offset === 0))) { */ case 2:
25050
- utc = (x$7 = (new $Int64(0, offset)), new $Int64(unix.$high - x$7.$high, unix.$low - x$7.$low));
25051
- /* */ if ((utc.$high < start.$high || (utc.$high === start.$high && utc.$low < start.$low))) { $s = 5; continue; }
25052
- /* */ if ((utc.$high > end.$high || (utc.$high === end.$high && utc.$low >= end.$low))) { $s = 6; continue; }
25053
- /* */ $s = 7; continue;
25054
- /* if ((utc.$high < start.$high || (utc.$high === start.$high && utc.$low < start.$low))) { */ case 5:
25055
- _r$1 = loc.lookup(new $Int64(start.$high - 0, start.$low - 1)); /* */ $s = 8; case 8: if($c) { $c = false; _r$1 = _r$1.$blk(); } if (_r$1 && _r$1.$blk !== undefined) { break s; }
25056
- _tuple$6 = _r$1;
25057
- offset = _tuple$6[1];
25058
- $s = 7; continue;
25059
- /* } else if ((utc.$high > end.$high || (utc.$high === end.$high && utc.$low >= end.$low))) { */ case 6:
25060
- _r$2 = loc.lookup(end); /* */ $s = 9; case 9: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
25061
- _tuple$7 = _r$2;
25062
- offset = _tuple$7[1];
25063
- /* } */ case 7:
25064
- case 4:
25050
+ utc = (x$7 = (new $Int64(0, offset)), new $Int64(unix.$high - x$7.$high, unix.$low - x$7.$low));
25051
+ /* */ if ((utc.$high < start.$high || (utc.$high === start.$high && utc.$low < start.$low)) || (utc.$high > end.$high || (utc.$high === end.$high && utc.$low >= end.$low))) { $s = 4; continue; }
25052
+ /* */ $s = 5; continue;
25053
+ /* if ((utc.$high < start.$high || (utc.$high === start.$high && utc.$low < start.$low)) || (utc.$high > end.$high || (utc.$high === end.$high && utc.$low >= end.$low))) { */ case 4:
25054
+ _r$1 = loc.lookup(utc); /* */ $s = 6; case 6: if($c) { $c = false; _r$1 = _r$1.$blk(); } if (_r$1 && _r$1.$blk !== undefined) { break s; }
25055
+ _tuple$6 = _r$1;
25056
+ offset = _tuple$6[1];
25057
+ /* } */ case 5:
25065
25058
  unix = (x$8 = (new $Int64(0, offset)), new $Int64(unix.$high - x$8.$high, unix.$low - x$8.$low));
25066
25059
  /* } */ case 3:
25067
25060
  t = $clone(unixTime(unix, ((nsec >> 0))), Time);
25068
25061
  t.setLoc(loc);
25069
25062
  $s = -1; return t;
25070
- /* */ } return; } if ($f === undefined) { $f = { $blk: Date }; } $f._r = _r; $f._r$1 = _r$1; $f._r$2 = _r$2; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f._tuple$2 = _tuple$2; $f._tuple$3 = _tuple$3; $f._tuple$4 = _tuple$4; $f._tuple$5 = _tuple$5; $f._tuple$6 = _tuple$6; $f._tuple$7 = _tuple$7; $f.abs = abs; $f.d = d; $f.day = day; $f.end = end; $f.hour = hour; $f.loc = loc; $f.m = m; $f.min = min; $f.month = month; $f.nsec = nsec; $f.offset = offset; $f.sec = sec; $f.start = start; $f.t = t; $f.unix = unix; $f.utc = utc; $f.x$1 = x$1; $f.x$2 = x$2; $f.x$3 = x$3; $f.x$4 = x$4; $f.x$5 = x$5; $f.x$6 = x$6; $f.x$7 = x$7; $f.x$8 = x$8; $f.year = year; $f.$s = $s; $f.$r = $r; return $f;
25063
+ /* */ } return; } if ($f === undefined) { $f = { $blk: Date }; } $f._r = _r; $f._r$1 = _r$1; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f._tuple$2 = _tuple$2; $f._tuple$3 = _tuple$3; $f._tuple$4 = _tuple$4; $f._tuple$5 = _tuple$5; $f._tuple$6 = _tuple$6; $f.abs = abs; $f.d = d; $f.day = day; $f.end = end; $f.hour = hour; $f.loc = loc; $f.m = m; $f.min = min; $f.month = month; $f.nsec = nsec; $f.offset = offset; $f.sec = sec; $f.start = start; $f.t = t; $f.unix = unix; $f.utc = utc; $f.x$1 = x$1; $f.x$2 = x$2; $f.x$3 = x$3; $f.x$4 = x$4; $f.x$5 = x$5; $f.x$6 = x$6; $f.x$7 = x$7; $f.x$8 = x$8; $f.year = year; $f.$s = $s; $f.$r = $r; return $f;
25071
25064
  };
25072
25065
  $pkg.Date = Date;
25073
25066
  Time.ptr.prototype.Truncate = function(d) {
@@ -114931,7 +114924,7 @@ $packages["vendor/golang.org/x/net/http2/hpack"] = (function() {
114931
114924
  return $pkg;
114932
114925
  })();
114933
114926
  $packages["net/http"] = (function() {
114934
- var $pkg = {}, $init, bufio, bytes, gzip, list, context, rand, tls, base64, binary, errors, fmt, io, fs, ioutil, log, math, rand$1, mime, multipart, net, httptrace, internal, textproto, url, os, path, filepath, reflect, runtime, sort, strconv, strings, sync, atomic, js, time, utf8, httpguts, httpproxy, hpack, idna, Cookie, SameSite, http2dataBuffer, http2ErrCode, http2ConnectionError, http2StreamError, http2goAwayFlowError, http2connError, http2pseudoHeaderError, http2duplicatePseudoHeaderError, http2headerFieldNameError, http2headerFieldValueError, http2flow, http2FrameType, http2Flags, http2FrameHeader, http2Frame, http2Framer, http2frameCache, http2DataFrame, http2SettingsFrame, http2PingFrame, http2GoAwayFrame, http2UnknownFrame, http2WindowUpdateFrame, http2HeadersFrame, http2HeadersFrameParam, http2PriorityFrame, http2PriorityParam, http2RSTStreamFrame, http2ContinuationFrame, http2PushPromiseFrame, http2PushPromiseParam, http2MetaHeadersFrame, http2goroutineLock, http2streamState, http2Setting, http2SettingID, http2gate, http2closeWaiter, http2bufferedWriter, http2connectionStater, http2sorter, http2incomparable, http2pipe, http2pipeBuffer, http2Server, http2serverInternalState, http2ServeConnOpts, http2serverConn, http2stream, http2readFrameResult, http2frameWriteResult, http2serverMessage, http2requestParam, http2bodyReadMsg, http2requestBody, http2responseWriter, http2responseWriterState, http2chunkWriter, http2startPushRequest, http2writeFramer, http2writeContext, http2flushFrameWriter, http2writeSettings, http2writeGoAway, http2writeData, http2handlerPanicRST, http2writePingAck, http2writeSettingsAck, http2writeResHeaders, http2writePushPromise, http2write100ContinueHeadersFrame, http2writeWindowUpdate, http2WriteScheduler, http2OpenStreamOptions, http2FrameWriteRequest, http2writeQueue, http2writeQueuePool, http2PriorityWriteSchedulerConfig, http2priorityNodeState, http2priorityNode, http2sortPriorityNodeSiblings, http2priorityWriteScheduler, http2randomWriteScheduler, Header, stringWriter, keyValues, headerSorter, incomparable, contextKey, noBody, PushOptions, ProtocolError, Request, requestBodyReadError, maxBytesReader, Response, Handler, ResponseWriter, conn, chunkWriter, response, atomicBool, writerOnly, readResult, connReader, expectContinueReader, extraHeader, closeWriter, statusError, HandlerFunc, redirectHandler, ServeMux, muxEntry, Server, ConnState, serverHandler, onceCloseListener, globalOptionsHandler, initALPNRequest, loggingConn, checkConnErrorWriter, sniffSig, exactSig, maskedSig, htmlSig, mp4Sig, textSig, errorReader, byteReader, transferWriter, transferReader, unsupportedTEError, body, bodyLocked, finishAsyncByteRead, bufioFlushWriter, readTrackingBody, baseContexter, I, requestTooLarger, ptrType, sliceType, sliceType$1, ptrType$1, sliceType$2, sliceType$3, sliceType$4, ptrType$4, funcType, arrayType, ptrType$5, ptrType$6, ptrType$7, ptrType$8, ptrType$9, ptrType$10, chanType, ptrType$11, sliceType$5, sliceType$6, sliceType$7, ptrType$15, ptrType$17, ptrType$18, ptrType$19, ptrType$20, ptrType$21, structType, ptrType$24, ptrType$26, sliceType$9, ptrType$27, sliceType$10, ptrType$28, arrayType$1, ptrType$34, ptrType$35, ptrType$36, arrayType$3, ptrType$37, ptrType$38, ptrType$39, arrayType$4, sliceType$15, ptrType$40, ptrType$41, ptrType$42, ptrType$43, ptrType$44, ptrType$45, ptrType$46, ptrType$47, ptrType$48, ptrType$49, ptrType$50, ptrType$51, ptrType$52, sliceType$16, sliceType$17, ptrType$53, arrayType$5, sliceType$18, sliceType$19, ptrType$54, ptrType$55, sliceType$20, ptrType$56, ptrType$57, ptrType$58, ptrType$59, sliceType$21, sliceType$22, ptrType$60, ptrType$61, funcType$1, ptrType$62, ptrType$63, ptrType$64, ptrType$65, ptrType$66, ptrType$67, ptrType$68, ptrType$69, ptrType$70, ptrType$71, ptrType$72, ptrType$74, ptrType$75, sliceType$23, ptrType$76, sliceType$24, ptrType$80, ptrType$81, ptrType$82, sliceType$25, ptrType$83, ptrType$84, ptrType$85, ptrType$86, ptrType$87, ptrType$88, ptrType$89, ptrType$90, arrayType$6, sliceType$26, structType$1, ptrType$91, ptrType$92, ptrType$93, structType$2, ptrType$94, ptrType$95, ptrType$96, ptrType$97, arrayType$7, arrayType$8, sliceType$27, ptrType$98, ptrType$99, ptrType$100, ptrType$101, arrayType$9, ptrType$102, ptrType$105, ptrType$106, ptrType$107, ptrType$108, funcType$2, funcType$3, chanType$2, ptrType$117, ptrType$118, funcType$6, funcType$7, ptrType$119, chanType$3, funcType$8, mapType$5, funcType$9, chanType$4, chanType$5, chanType$6, chanType$7, chanType$8, mapType$6, mapType$7, chanType$9, chanType$10, ptrType$123, funcType$12, ptrType$124, funcType$13, ptrType$125, mapType$10, ptrType$126, mapType$11, mapType$12, ptrType$127, ptrType$128, funcType$14, ptrType$131, ptrType$132, ptrType$133, mapType$13, funcType$15, mapType$14, funcType$16, funcType$17, funcType$18, mapType$15, mapType$16, ptrType$135, ptrType$136, ptrType$137, ptrType$138, ptrType$141, chanType$12, ptrType$142, cookieNameSanitizer, errSeeker, errNoOverlap, unixEpochTime, errMissingSeek, errMissingReadDir, http2dataChunkSizeClasses, http2dataChunkPools, http2errReadEmpty, http2errCodeName, http2errMixPseudoHeaderTypes, http2errPseudoAfterRegular, http2padZeros, http2frameName, http2flagName, http2frameParsers, http2fhBytes, http2ErrFrameTooLarge, http2errStreamID, http2errDepStreamID, http2errPadLength, http2errPadBytes, http2DebugGoroutines, http2goroutineSpace, http2littleBuf, http2commonBuildOnce, http2commonLowerHeader, http2commonCanonHeader, http2VerboseLogs, http2logFrameWrites, http2logFrameReads, http2inTests, http2clientPreface, http2stateName, http2settingName, http2bufWriterPool, http2sorterPool, http2errClosedPipeWrite, http2errClientDisconnected, http2errClosedBody, http2errHandlerComplete, http2errStreamClosed, http2responseWriterStatePool, http2testHookOnConn, http2testHookGetServerConn, http2testHookOnPanicMu, http2testHookOnPanic, http2settingsTimerMsg, http2idleTimerMsg, http2shutdownTimerMsg, http2gracefulShutdownMsg, http2errPrefaceTimeout, http2errChanPool, http2writeDataPool, http2errHandlerPanicked, http2goAwayTimeout, http2ErrRecursivePush, http2ErrPushLimitReached, http2connHeaders, http2errClientConnClosed, http2errClientConnUnusable, http2errClientConnGotGoAway, http2errRequestCanceled, http2errStopReqBodyWrite, http2errStopReqBodyWriteAndCancel, http2errReqBodyTooLong, http2errClosedResponseBody, http2errResponseHeaderListSize, http2errRequestHeaderListSize, http2noBody, headerNewlineToSpace, headerSorterPool, aLongTimeAgo, omitBundledHTTP2, reqWriteExcludeHeader, multipartByReader, errMissingHost, textprotoReaderPool, respExcludeHeader, uint8Array, useFakeNetwork, errClosed, crlf, colonSpace, bufioReaderPool, bufioWriter2kPool, bufioWriter2kPool$24ptr, bufioWriter4kPool, bufioWriter4kPool$24ptr, copyBufPool, errTooLarge, extraHeaderKeys, headerContentLength, headerDate, htmlReplacer, defaultServeMux, defaultServeMux$24ptr, stateName, testHookServerServe, uniqNameMu, uniqNameNext, sniffSignatures, mp4ftype, mp4, socksaLongTimeAgo, statusText, suppressedHeaders304, suppressedHeadersNoBody, singleCRLF, doubleCRLF, errTrailerEOF, nopCloserType, errCannotRewind, errKeepAlivesDisabled, errConnBroken, errCloseIdle, errTooManyIdle, errTooManyIdleHost, errCloseIdleConns, errReadLoopExiting, errIdleConnTimeout, errServerClosedIdle, errCallerOwnsConn, errRequestCanceledConn, errReadOnClosedResBody, _r, x$1, x$2, _r$1, basicAuth, cloneURLValues, cloneURL, cloneMultipartForm, cloneMultipartFileHeader, readSetCookies, readCookies, validCookieDomain, validCookieExpires, isCookieDomainName, sanitizeCookieName, sanitizeCookieValue, validCookieValueByte, sanitizeCookiePath, validCookiePathByte, sanitizeOrWarn, parseCookieValue, isCookieNameValid, http2isBadCipher, http2getDataBufferChunk, http2putDataBufferChunk, http2streamError, http2typeFrameParser, http2readFrameHeader, http2NewFramer, http2terminalReadFrameError, http2parseDataFrame, http2validStreamIDOrZero, http2validStreamID, http2parseSettingsFrame, http2parsePingFrame, http2parseGoAwayFrame, http2parseUnknownFrame, http2parseWindowUpdateFrame, http2parseHeadersFrame, http2parsePriorityFrame, http2parseRSTStreamFrame, http2parseContinuationFrame, http2parsePushPromise, http2readByte, http2readUint32, http2summarizeFrame, http2newGoroutineLock, http2curGoroutineID, http2parseUintBytes, http2cutoff64, http2buildCommonHeaderMapsOnce, http2buildCommonHeaderMaps, http2lowerHeader, init, http2validWireHeaderFieldName, http2httpCodeString, http2newBufferedWriter, http2bodyAllowedForStatus, http2ConfigureServer, http2serverConnBaseContext, http2errno, http2isClosedConnError, http2checkPriority, http2handleHeaderListTooLong, http2checkWriteHeaderCode, http2cloneHeader, http2foreachHeaderElement, http2checkValidHTTP2RequestHeaders, http2new400Handler, http2h1ServerKeepAlivesDisabled, http2strSliceContains, http2writeEndsStream, http2splitHeaderBlock, http2encKV, http2encodeHeaders, http2NewPriorityWriteScheduler, http2NewRandomWriteScheduler, CanonicalHeaderKey, hasToken, isTokenBoundary, isNotToken, isASCII, stringContainsCTLByte, hexEscapeNonASCII, badStringError, valueOrDefault, idnaASCII, cleanHost, removeZone, ParseHTTPVersion, validMethod, parseBasicAuth, parseRequestLine, newTextprotoReader, putTextprotoReader, readRequest, MaxBytesReader, copyValues, parsePostForm, requestMethodUsuallyLacksBody, fixPragmaCacheControl, isProtocolSwitchResponse, isProtocolSwitchHeader, bufioWriterPool, newBufioReader, putBufioReader, newBufioWriterSize, putBufioWriter, appendTime, http1ServerSupportsRequest, checkWriteHeaderCode, relevantCaller, foreachHeaderElement, writeStatusLine, validNextProto, badRequestError, isCommonNetReadError, registerOnHitEOF, requestBodyRemains, Error, NotFound, NotFoundHandler, Redirect, htmlEscape, RedirectHandler, cleanPath, stripHostPort, appendSorted, newLoggingConn, numLeadingCRorLF, strSliceContains, tlsRecordHeaderLooksLikeHTTP, DetectContentType, isWS, isTT, StatusText, newTransferWriter, noResponseBodyExpected, bodyAllowedForStatus, suppressedHeaders, readTransfer, chunked, isIdentity, isUnsupportedTEError, fixLength, shouldClose, fixTrailer, seeUpcomingDoubleCRLF, mergeSetHeader, parseContentLength, isKnownInMemoryReader, cloneTLSConfig;
114927
+ var $pkg = {}, $init, bufio, bytes, gzip, list, context, rand, tls, base64, binary, errors, fmt, io, fs, ioutil, log, math, rand$1, mime, multipart, net, httptrace, internal, textproto, url, os, path, filepath, reflect, runtime, sort, strconv, strings, sync, atomic, js, time, utf8, httpguts, httpproxy, hpack, idna, Cookie, SameSite, http2dataBuffer, http2ErrCode, http2ConnectionError, http2StreamError, http2goAwayFlowError, http2connError, http2pseudoHeaderError, http2duplicatePseudoHeaderError, http2headerFieldNameError, http2headerFieldValueError, http2flow, http2FrameType, http2Flags, http2FrameHeader, http2Frame, http2Framer, http2frameCache, http2DataFrame, http2SettingsFrame, http2PingFrame, http2GoAwayFrame, http2UnknownFrame, http2WindowUpdateFrame, http2HeadersFrame, http2HeadersFrameParam, http2PriorityFrame, http2PriorityParam, http2RSTStreamFrame, http2ContinuationFrame, http2PushPromiseFrame, http2PushPromiseParam, http2MetaHeadersFrame, http2goroutineLock, http2streamState, http2Setting, http2SettingID, http2gate, http2closeWaiter, http2bufferedWriter, http2connectionStater, http2sorter, http2incomparable, http2pipe, http2pipeBuffer, http2Server, http2serverInternalState, http2ServeConnOpts, http2serverConn, http2stream, http2readFrameResult, http2frameWriteResult, http2serverMessage, http2requestParam, http2bodyReadMsg, http2requestBody, http2responseWriter, http2responseWriterState, http2chunkWriter, http2startPushRequest, http2writeFramer, http2writeContext, http2flushFrameWriter, http2writeSettings, http2writeGoAway, http2writeData, http2handlerPanicRST, http2writePingAck, http2writeSettingsAck, http2writeResHeaders, http2writePushPromise, http2write100ContinueHeadersFrame, http2writeWindowUpdate, http2WriteScheduler, http2OpenStreamOptions, http2FrameWriteRequest, http2writeQueue, http2writeQueuePool, http2PriorityWriteSchedulerConfig, http2priorityNodeState, http2priorityNode, http2sortPriorityNodeSiblings, http2priorityWriteScheduler, http2randomWriteScheduler, Header, stringWriter, keyValues, headerSorter, incomparable, contextKey, noBody, PushOptions, ProtocolError, Request, requestBodyReadError, maxBytesReader, Response, Handler, ResponseWriter, conn, chunkWriter, response, atomicBool, writerOnly, readResult, connReader, expectContinueReader, extraHeader, closeWriter, statusError, HandlerFunc, redirectHandler, ServeMux, muxEntry, Server, ConnState, serverHandler, onceCloseListener, globalOptionsHandler, initALPNRequest, loggingConn, checkConnErrorWriter, sniffSig, exactSig, maskedSig, htmlSig, mp4Sig, textSig, errorReader, byteReader, transferWriter, transferReader, unsupportedTEError, body, bodyLocked, finishAsyncByteRead, bufioFlushWriter, readTrackingBody, baseContexter, I, requestTooLarger, ptrType, sliceType, sliceType$1, ptrType$1, sliceType$2, sliceType$3, sliceType$4, ptrType$4, funcType, arrayType, ptrType$5, ptrType$6, ptrType$7, ptrType$8, ptrType$9, ptrType$10, chanType, ptrType$11, sliceType$5, sliceType$6, sliceType$7, ptrType$15, ptrType$17, ptrType$18, ptrType$19, ptrType$20, ptrType$21, structType, ptrType$24, ptrType$26, sliceType$9, ptrType$27, sliceType$10, ptrType$28, arrayType$1, ptrType$34, ptrType$35, ptrType$36, arrayType$3, ptrType$37, ptrType$38, ptrType$39, arrayType$4, sliceType$15, ptrType$40, ptrType$41, ptrType$42, ptrType$43, ptrType$44, ptrType$45, ptrType$46, ptrType$47, ptrType$48, ptrType$49, ptrType$50, ptrType$51, ptrType$52, sliceType$16, sliceType$17, ptrType$53, arrayType$5, sliceType$18, sliceType$19, ptrType$54, ptrType$55, sliceType$20, ptrType$56, ptrType$57, ptrType$58, ptrType$59, sliceType$21, sliceType$22, ptrType$60, ptrType$61, funcType$1, ptrType$62, ptrType$63, ptrType$64, ptrType$65, ptrType$66, ptrType$67, ptrType$68, ptrType$69, ptrType$70, ptrType$71, ptrType$72, ptrType$73, ptrType$76, ptrType$77, sliceType$23, ptrType$78, arrayType$6, sliceType$24, ptrType$81, ptrType$82, ptrType$83, sliceType$25, ptrType$84, ptrType$85, ptrType$86, ptrType$87, ptrType$88, ptrType$89, ptrType$90, ptrType$91, sliceType$26, structType$1, ptrType$92, ptrType$93, ptrType$94, structType$2, ptrType$95, ptrType$96, ptrType$97, ptrType$98, arrayType$7, arrayType$8, sliceType$27, ptrType$99, ptrType$100, ptrType$101, arrayType$9, ptrType$102, ptrType$105, ptrType$106, ptrType$107, ptrType$108, funcType$2, funcType$3, chanType$2, ptrType$117, ptrType$118, funcType$6, funcType$7, ptrType$119, chanType$3, funcType$8, mapType$5, funcType$9, chanType$4, chanType$5, chanType$6, chanType$7, chanType$8, mapType$6, mapType$7, chanType$9, chanType$10, ptrType$123, funcType$12, ptrType$124, funcType$13, ptrType$125, mapType$10, ptrType$126, mapType$11, mapType$12, ptrType$127, ptrType$128, funcType$14, ptrType$131, ptrType$132, ptrType$133, mapType$13, funcType$15, mapType$14, funcType$16, funcType$17, funcType$18, mapType$15, mapType$16, ptrType$135, ptrType$136, ptrType$137, ptrType$138, ptrType$141, chanType$11, ptrType$142, cookieNameSanitizer, errSeeker, errNoOverlap, unixEpochTime, errMissingSeek, errMissingReadDir, http2dataChunkSizeClasses, http2dataChunkPools, http2errReadEmpty, http2errCodeName, http2errFromPeer, http2errMixPseudoHeaderTypes, http2errPseudoAfterRegular, http2padZeros, http2frameName, http2flagName, http2frameParsers, http2fhBytes, http2ErrFrameTooLarge, http2errStreamID, http2errDepStreamID, http2errPadLength, http2errPadBytes, http2DebugGoroutines, http2goroutineSpace, http2littleBuf, http2commonBuildOnce, http2commonLowerHeader, http2commonCanonHeader, http2VerboseLogs, http2logFrameWrites, http2logFrameReads, http2inTests, http2clientPreface, http2stateName, http2settingName, http2bufWriterPool, http2sorterPool, http2errClosedPipeWrite, http2errClientDisconnected, http2errClosedBody, http2errHandlerComplete, http2errStreamClosed, http2responseWriterStatePool, http2testHookOnConn, http2testHookGetServerConn, http2testHookOnPanicMu, http2testHookOnPanic, http2settingsTimerMsg, http2idleTimerMsg, http2shutdownTimerMsg, http2gracefulShutdownMsg, http2errPrefaceTimeout, http2errChanPool, http2writeDataPool, http2errHandlerPanicked, http2goAwayTimeout, http2ErrRecursivePush, http2ErrPushLimitReached, http2connHeaders, http2errClientConnClosed, http2errClientConnUnusable, http2errClientConnGotGoAway, http2errRequestCanceled, http2errStopReqBodyWrite, http2errStopReqBodyWriteAndCancel, http2errReqBodyTooLong, http2errNilRequestURL, http2errClosedResponseBody, http2errResponseHeaderListSize, http2errRequestHeaderListSize, http2noBody, headerNewlineToSpace, headerSorterPool, aLongTimeAgo, omitBundledHTTP2, reqWriteExcludeHeader, multipartByReader, errMissingHost, textprotoReaderPool, respExcludeHeader, uint8Array, useFakeNetwork, errClosed, crlf, colonSpace, bufioReaderPool, bufioWriter2kPool, bufioWriter2kPool$24ptr, bufioWriter4kPool, bufioWriter4kPool$24ptr, copyBufPool, errTooLarge, extraHeaderKeys, headerContentLength, headerDate, htmlReplacer, defaultServeMux, defaultServeMux$24ptr, stateName, testHookServerServe, uniqNameMu, uniqNameNext, sniffSignatures, mp4ftype, mp4, socksaLongTimeAgo, statusText, suppressedHeaders304, suppressedHeadersNoBody, singleCRLF, doubleCRLF, errTrailerEOF, nopCloserType, errCannotRewind, errKeepAlivesDisabled, errConnBroken, errCloseIdle, errTooManyIdle, errTooManyIdleHost, errCloseIdleConns, errReadLoopExiting, errIdleConnTimeout, errServerClosedIdle, errCallerOwnsConn, errRequestCanceledConn, errReadOnClosedResBody, _r, x$1, x$2, _r$1, basicAuth, cloneURLValues, cloneURL, cloneMultipartForm, cloneMultipartFileHeader, readSetCookies, readCookies, validCookieDomain, validCookieExpires, isCookieDomainName, sanitizeCookieName, sanitizeCookieValue, validCookieValueByte, sanitizeCookiePath, validCookiePathByte, sanitizeOrWarn, parseCookieValue, isCookieNameValid, http2asciiEqualFold, http2lower, http2isASCIIPrint, http2asciiToLower, http2isBadCipher, http2getDataBufferChunk, http2putDataBufferChunk, http2streamError, http2typeFrameParser, http2readFrameHeader, http2NewFramer, http2terminalReadFrameError, http2parseDataFrame, http2validStreamIDOrZero, http2validStreamID, http2parseSettingsFrame, http2parsePingFrame, http2parseGoAwayFrame, http2parseUnknownFrame, http2parseWindowUpdateFrame, http2parseHeadersFrame, http2parsePriorityFrame, http2parseRSTStreamFrame, http2parseContinuationFrame, http2parsePushPromise, http2readByte, http2readUint32, http2summarizeFrame, http2newGoroutineLock, http2curGoroutineID, http2parseUintBytes, http2cutoff64, http2buildCommonHeaderMapsOnce, http2buildCommonHeaderMaps, http2lowerHeader, init, http2validWireHeaderFieldName, http2httpCodeString, http2newBufferedWriter, http2bodyAllowedForStatus, http2ConfigureServer, http2serverConnBaseContext, http2errno, http2isClosedConnError, http2checkPriority, http2handleHeaderListTooLong, http2checkWriteHeaderCode, http2cloneHeader, http2foreachHeaderElement, http2checkValidHTTP2RequestHeaders, http2new400Handler, http2h1ServerKeepAlivesDisabled, http2strSliceContains, http2writeEndsStream, http2splitHeaderBlock, http2encKV, http2encodeHeaders, http2NewPriorityWriteScheduler, http2NewRandomWriteScheduler, CanonicalHeaderKey, hasToken, isTokenBoundary, isNotToken, isASCII, stringContainsCTLByte, hexEscapeNonASCII, badStringError, valueOrDefault, idnaASCII, cleanHost, removeZone, ParseHTTPVersion, validMethod, parseBasicAuth, parseRequestLine, newTextprotoReader, putTextprotoReader, readRequest, MaxBytesReader, copyValues, parsePostForm, requestMethodUsuallyLacksBody, fixPragmaCacheControl, isProtocolSwitchResponse, isProtocolSwitchHeader, bufioWriterPool, newBufioReader, putBufioReader, newBufioWriterSize, putBufioWriter, appendTime, http1ServerSupportsRequest, checkWriteHeaderCode, relevantCaller, foreachHeaderElement, writeStatusLine, validNextProto, badRequestError, isCommonNetReadError, registerOnHitEOF, requestBodyRemains, Error, NotFound, NotFoundHandler, Redirect, htmlEscape, RedirectHandler, cleanPath, stripHostPort, appendSorted, newLoggingConn, numLeadingCRorLF, strSliceContains, tlsRecordHeaderLooksLikeHTTP, DetectContentType, isWS, isTT, StatusText, newTransferWriter, noResponseBodyExpected, bodyAllowedForStatus, suppressedHeaders, readTransfer, chunked, isIdentity, isUnsupportedTEError, fixLength, shouldClose, fixTrailer, seeUpcomingDoubleCRLF, mergeSetHeader, parseContentLength, isKnownInMemoryReader, cloneTLSConfig;
114935
114928
  bufio = $packages["bufio"];
114936
114929
  bytes = $packages["bytes"];
114937
114930
  gzip = $packages["compress/gzip"];
@@ -115873,10 +115866,10 @@ $packages["net/http"] = (function() {
115873
115866
  this.state = 0;
115874
115867
  this.bytes = new $Int64(0, 0);
115875
115868
  this.subtreeBytes = new $Int64(0, 0);
115876
- this.parent = ptrType$82.nil;
115877
- this.kids = ptrType$82.nil;
115878
- this.prev = ptrType$82.nil;
115879
- this.next = ptrType$82.nil;
115869
+ this.parent = ptrType$83.nil;
115870
+ this.kids = ptrType$83.nil;
115871
+ this.prev = ptrType$83.nil;
115872
+ this.next = ptrType$83.nil;
115880
115873
  return;
115881
115874
  }
115882
115875
  this.q = q_;
@@ -115894,7 +115887,7 @@ $packages["net/http"] = (function() {
115894
115887
  http2priorityWriteScheduler = $pkg.http2priorityWriteScheduler = $newType(0, $kindStruct, "http.http2priorityWriteScheduler", true, "net/http", false, function(root_, nodes_, maxID_, closedNodes_, idleNodes_, maxClosedNodesInTree_, maxIdleNodesInTree_, writeThrottleLimit_, enableWriteThrottle_, tmp_, queuePool_) {
115895
115888
  this.$val = this;
115896
115889
  if (arguments.length === 0) {
115897
- this.root = new http2priorityNode.ptr(new http2writeQueue.ptr(sliceType$24.nil), 0, 0, 0, new $Int64(0, 0), new $Int64(0, 0), ptrType$82.nil, ptrType$82.nil, ptrType$82.nil, ptrType$82.nil);
115890
+ this.root = new http2priorityNode.ptr(new http2writeQueue.ptr(sliceType$24.nil), 0, 0, 0, new $Int64(0, 0), new $Int64(0, 0), ptrType$83.nil, ptrType$83.nil, ptrType$83.nil, ptrType$83.nil);
115898
115891
  this.nodes = false;
115899
115892
  this.maxID = 0;
115900
115893
  this.closedNodes = sliceType$25.nil;
@@ -116108,8 +116101,8 @@ $packages["net/http"] = (function() {
116108
116101
  this.remoteAddr = "";
116109
116102
  this.tlsState = ptrType$21.nil;
116110
116103
  this.werr = $ifaceNil;
116111
- this.r = ptrType$93.nil;
116112
- this.bufr = ptrType$75.nil;
116104
+ this.r = ptrType$94.nil;
116105
+ this.bufr = ptrType$77.nil;
116113
116106
  this.bufw = ptrType$9.nil;
116114
116107
  this.lastMethod = "";
116115
116108
  this.curReq = new atomic.Value.ptr($ifaceNil);
@@ -116136,7 +116129,7 @@ $packages["net/http"] = (function() {
116136
116129
  chunkWriter = $pkg.chunkWriter = $newType(0, $kindStruct, "http.chunkWriter", true, "net/http", false, function(res_, header_, wroteHeader_, chunking_) {
116137
116130
  this.$val = this;
116138
116131
  if (arguments.length === 0) {
116139
- this.res = ptrType$94.nil;
116132
+ this.res = ptrType$95.nil;
116140
116133
  this.header = false;
116141
116134
  this.wroteHeader = false;
116142
116135
  this.chunking = false;
@@ -116150,7 +116143,7 @@ $packages["net/http"] = (function() {
116150
116143
  response = $pkg.response = $newType(0, $kindStruct, "http.response", true, "net/http", false, function(conn_, req_, reqBody_, cancelCtx_, wroteHeader_, wroteContinue_, wants10KeepAlive_, wantsClose_, canWriteContinue_, writeContinueMu_, w_, cw_, handlerHeader_, calledHeader_, written_, contentLength_, status_, closeAfterReply_, requestBodyLimitHit_, trailers_, handlerDone_, dateBuf_, clenBuf_, statusBuf_, closeNotifyCh_, didCloseNotify_) {
116151
116144
  this.$val = this;
116152
116145
  if (arguments.length === 0) {
116153
- this.conn = ptrType$97.nil;
116146
+ this.conn = ptrType$98.nil;
116154
116147
  this.req = ptrType$6.nil;
116155
116148
  this.reqBody = $ifaceNil;
116156
116149
  this.cancelCtx = $throwNilPointerError;
@@ -116161,7 +116154,7 @@ $packages["net/http"] = (function() {
116161
116154
  this.canWriteContinue = 0;
116162
116155
  this.writeContinueMu = new sync.Mutex.ptr(0, 0);
116163
116156
  this.w = ptrType$9.nil;
116164
- this.cw = new chunkWriter.ptr(ptrType$94.nil, false, false, false);
116157
+ this.cw = new chunkWriter.ptr(ptrType$95.nil, false, false, false);
116165
116158
  this.handlerHeader = false;
116166
116159
  this.calledHeader = false;
116167
116160
  this.written = new $Int64(0, 0);
@@ -116231,11 +116224,11 @@ $packages["net/http"] = (function() {
116231
116224
  connReader = $pkg.connReader = $newType(0, $kindStruct, "http.connReader", true, "net/http", false, function(conn_, mu_, hasByte_, byteBuf_, cond_, inRead_, aborted_, remain_) {
116232
116225
  this.$val = this;
116233
116226
  if (arguments.length === 0) {
116234
- this.conn = ptrType$97.nil;
116227
+ this.conn = ptrType$98.nil;
116235
116228
  this.mu = new sync.Mutex.ptr(0, 0);
116236
116229
  this.hasByte = false;
116237
116230
  this.byteBuf = arrayType$6.zero();
116238
- this.cond = ptrType$74.nil;
116231
+ this.cond = ptrType$73.nil;
116239
116232
  this.inRead = false;
116240
116233
  this.aborted = false;
116241
116234
  this.remain = new $Int64(0, 0);
@@ -116253,7 +116246,7 @@ $packages["net/http"] = (function() {
116253
116246
  expectContinueReader = $pkg.expectContinueReader = $newType(0, $kindStruct, "http.expectContinueReader", true, "net/http", false, function(resp_, readCloser_, closed_, sawEOF_) {
116254
116247
  this.$val = this;
116255
116248
  if (arguments.length === 0) {
116256
- this.resp = ptrType$94.nil;
116249
+ this.resp = ptrType$95.nil;
116257
116250
  this.readCloser = $ifaceNil;
116258
116251
  this.closed = 0;
116259
116252
  this.sawEOF = 0;
@@ -116407,7 +116400,7 @@ $packages["net/http"] = (function() {
116407
116400
  this.$val = this;
116408
116401
  if (arguments.length === 0) {
116409
116402
  this.ctx = $ifaceNil;
116410
- this.c = ptrType$101.nil;
116403
+ this.c = ptrType$76.nil;
116411
116404
  this.h = new serverHandler.ptr(ptrType$51.nil);
116412
116405
  return;
116413
116406
  }
@@ -116428,7 +116421,7 @@ $packages["net/http"] = (function() {
116428
116421
  checkConnErrorWriter = $pkg.checkConnErrorWriter = $newType(0, $kindStruct, "http.checkConnErrorWriter", true, "net/http", false, function(c_) {
116429
116422
  this.$val = this;
116430
116423
  if (arguments.length === 0) {
116431
- this.c = ptrType$97.nil;
116424
+ this.c = ptrType$98.nil;
116432
116425
  return;
116433
116426
  }
116434
116427
  this.c = c_;
@@ -116560,7 +116553,7 @@ $packages["net/http"] = (function() {
116560
116553
  if (arguments.length === 0) {
116561
116554
  this.src = $ifaceNil;
116562
116555
  this.hdr = $ifaceNil;
116563
- this.r = ptrType$75.nil;
116556
+ this.r = ptrType$77.nil;
116564
116557
  this.closing = false;
116565
116558
  this.doEarlyClose = false;
116566
116559
  this.mu = new sync.Mutex.ptr(0, 0);
@@ -116584,7 +116577,7 @@ $packages["net/http"] = (function() {
116584
116577
  bodyLocked = $pkg.bodyLocked = $newType(0, $kindStruct, "http.bodyLocked", true, "net/http", false, function(b_) {
116585
116578
  this.$val = this;
116586
116579
  if (arguments.length === 0) {
116587
- this.b = ptrType$96.nil;
116580
+ this.b = ptrType$97.nil;
116588
116581
  return;
116589
116582
  }
116590
116583
  this.b = b_;
@@ -116706,41 +116699,41 @@ $packages["net/http"] = (function() {
116706
116699
  ptrType$70 = $ptrType(http2responseWriterState);
116707
116700
  ptrType$71 = $ptrType(http2sorter);
116708
116701
  ptrType$72 = $ptrType(PushOptions);
116709
- ptrType$74 = $ptrType(sync.Cond);
116710
- ptrType$75 = $ptrType(bufio.Reader);
116702
+ ptrType$73 = $ptrType(sync.Cond);
116703
+ ptrType$76 = $ptrType(tls.Conn);
116704
+ ptrType$77 = $ptrType(bufio.Reader);
116711
116705
  sliceType$23 = $sliceType(http2Setting);
116712
- ptrType$76 = $ptrType(Header);
116713
- sliceType$24 = $sliceType(http2FrameWriteRequest);
116714
- ptrType$80 = $ptrType(http2writeQueue);
116715
- ptrType$81 = $ptrType(http2PriorityWriteSchedulerConfig);
116716
- ptrType$82 = $ptrType(http2priorityNode);
116717
- sliceType$25 = $sliceType(ptrType$82);
116718
- ptrType$83 = $ptrType(http2writeQueuePool);
116719
- ptrType$84 = $ptrType(sliceType$25);
116720
- ptrType$85 = $ptrType(headerSorter);
116721
- ptrType$86 = $ptrType(multipart.Reader);
116722
- ptrType$87 = $ptrType(bytes.Reader);
116723
- ptrType$88 = $ptrType(strings.Reader);
116724
- ptrType$89 = $ptrType(textproto.Reader);
116725
- ptrType$90 = $ptrType(maxBytesReader);
116706
+ ptrType$78 = $ptrType(Header);
116726
116707
  arrayType$6 = $arrayType($Uint8, 1);
116708
+ sliceType$24 = $sliceType(http2FrameWriteRequest);
116709
+ ptrType$81 = $ptrType(http2writeQueue);
116710
+ ptrType$82 = $ptrType(http2PriorityWriteSchedulerConfig);
116711
+ ptrType$83 = $ptrType(http2priorityNode);
116712
+ sliceType$25 = $sliceType(ptrType$83);
116713
+ ptrType$84 = $ptrType(http2writeQueuePool);
116714
+ ptrType$85 = $ptrType(sliceType$25);
116715
+ ptrType$86 = $ptrType(headerSorter);
116716
+ ptrType$87 = $ptrType(multipart.Reader);
116717
+ ptrType$88 = $ptrType(bytes.Reader);
116718
+ ptrType$89 = $ptrType(strings.Reader);
116719
+ ptrType$90 = $ptrType(textproto.Reader);
116720
+ ptrType$91 = $ptrType(maxBytesReader);
116727
116721
  sliceType$26 = $sliceType(io.Reader);
116728
116722
  structType$1 = $structType("", [{prop: "Reader", name: "Reader", embedded: true, exported: true, typ: io.Reader, tag: ""}, {prop: "Closer", name: "Closer", embedded: true, exported: true, typ: io.Closer, tag: ""}]);
116729
- ptrType$91 = $ptrType(bufio.ReadWriter);
116730
- ptrType$92 = $ptrType($Int32);
116731
- ptrType$93 = $ptrType(connReader);
116723
+ ptrType$92 = $ptrType(bufio.ReadWriter);
116724
+ ptrType$93 = $ptrType($Int32);
116725
+ ptrType$94 = $ptrType(connReader);
116732
116726
  structType$2 = $structType("net/http", [{prop: "atomic", name: "atomic", embedded: false, exported: false, typ: $Uint64, tag: ""}]);
116733
- ptrType$94 = $ptrType(response);
116734
- ptrType$95 = $ptrType(sync.Pool);
116735
- ptrType$96 = $ptrType(body);
116736
- ptrType$97 = $ptrType(conn);
116727
+ ptrType$95 = $ptrType(response);
116728
+ ptrType$96 = $ptrType(sync.Pool);
116729
+ ptrType$97 = $ptrType(body);
116730
+ ptrType$98 = $ptrType(conn);
116737
116731
  arrayType$7 = $arrayType($Uint8, 10);
116738
116732
  arrayType$8 = $arrayType($Uint8, 3);
116739
116733
  sliceType$27 = $sliceType($Uintptr);
116740
- ptrType$98 = $ptrType(runtime.Func);
116741
- ptrType$99 = $ptrType(expectContinueReader);
116742
- ptrType$100 = $ptrType($Uint64);
116743
- ptrType$101 = $ptrType(tls.Conn);
116734
+ ptrType$99 = $ptrType(runtime.Func);
116735
+ ptrType$100 = $ptrType(expectContinueReader);
116736
+ ptrType$101 = $ptrType($Uint64);
116744
116737
  arrayType$9 = $arrayType($Uint8, 5);
116745
116738
  ptrType$102 = $ptrType(net.Listener);
116746
116739
  ptrType$105 = $ptrType(transferWriter);
@@ -116771,11 +116764,11 @@ $packages["net/http"] = (function() {
116771
116764
  ptrType$123 = $ptrType(http2writeGoAway);
116772
116765
  funcType$12 = $funcType([], [$Uint32, $error], false);
116773
116766
  ptrType$124 = $ptrType(http2FrameWriteRequest);
116774
- funcType$13 = $funcType([ptrType$82, $Bool], [$Bool], false);
116767
+ funcType$13 = $funcType([ptrType$83, $Bool], [$Bool], false);
116775
116768
  ptrType$125 = $ptrType(http2priorityWriteScheduler);
116776
- mapType$10 = $mapType($Uint32, ptrType$82);
116769
+ mapType$10 = $mapType($Uint32, ptrType$83);
116777
116770
  ptrType$126 = $ptrType(http2randomWriteScheduler);
116778
- mapType$11 = $mapType($Uint32, ptrType$80);
116771
+ mapType$11 = $mapType($Uint32, ptrType$81);
116779
116772
  mapType$12 = $mapType($String, $Bool);
116780
116773
  ptrType$127 = $ptrType(contextKey);
116781
116774
  ptrType$128 = $ptrType(ProtocolError);
@@ -116784,19 +116777,19 @@ $packages["net/http"] = (function() {
116784
116777
  ptrType$132 = $ptrType(redirectHandler);
116785
116778
  ptrType$133 = $ptrType(ServeMux);
116786
116779
  mapType$13 = $mapType($String, muxEntry);
116787
- funcType$15 = $funcType([ptrType$51, ptrType$101, Handler], [], false);
116780
+ funcType$15 = $funcType([ptrType$51, ptrType$76, Handler], [], false);
116788
116781
  mapType$14 = $mapType($String, funcType$15);
116789
116782
  funcType$16 = $funcType([net.Conn, ConnState], [], false);
116790
116783
  funcType$17 = $funcType([net.Listener], [context.Context], false);
116791
116784
  funcType$18 = $funcType([context.Context, net.Conn], [context.Context], false);
116792
116785
  mapType$15 = $mapType(ptrType$102, structType);
116793
- mapType$16 = $mapType(ptrType$97, structType);
116786
+ mapType$16 = $mapType(ptrType$98, structType);
116794
116787
  ptrType$135 = $ptrType(onceCloseListener);
116795
116788
  ptrType$136 = $ptrType(loggingConn);
116796
116789
  ptrType$137 = $ptrType(exactSig);
116797
116790
  ptrType$138 = $ptrType(maskedSig);
116798
116791
  ptrType$141 = $ptrType(byteReader);
116799
- chanType$12 = $chanType(readResult, false, false);
116792
+ chanType$11 = $chanType(readResult, false, false);
116800
116793
  ptrType$142 = $ptrType(transferReader);
116801
116794
  basicAuth = function(username, password) {
116802
116795
  var auth, password, username;
@@ -117352,6 +117345,60 @@ $packages["net/http"] = (function() {
117352
117345
  $s = -1; return _r$2 < 0;
117353
117346
  /* */ } return; } if ($f === undefined) { $f = { $blk: isCookieNameValid }; } $f._r$2 = _r$2; $f.raw = raw; $f.$s = $s; $f.$r = $r; return $f;
117354
117347
  };
117348
+ http2asciiEqualFold = function(s, t) {
117349
+ var i, s, t;
117350
+ if (!((s.length === t.length))) {
117351
+ return false;
117352
+ }
117353
+ i = 0;
117354
+ while (true) {
117355
+ if (!(i < s.length)) { break; }
117356
+ if (!((http2lower(s.charCodeAt(i)) === http2lower(t.charCodeAt(i))))) {
117357
+ return false;
117358
+ }
117359
+ i = i + (1) >> 0;
117360
+ }
117361
+ return true;
117362
+ };
117363
+ http2lower = function(b) {
117364
+ var b;
117365
+ if (65 <= b && b <= 90) {
117366
+ return b + 32 << 24 >>> 24;
117367
+ }
117368
+ return b;
117369
+ };
117370
+ http2isASCIIPrint = function(s) {
117371
+ var i, s;
117372
+ i = 0;
117373
+ while (true) {
117374
+ if (!(i < s.length)) { break; }
117375
+ if (s.charCodeAt(i) < 32 || s.charCodeAt(i) > 126) {
117376
+ return false;
117377
+ }
117378
+ i = i + (1) >> 0;
117379
+ }
117380
+ return true;
117381
+ };
117382
+ http2asciiToLower = function(s) {
117383
+ var _r$2, _tmp, _tmp$1, _tmp$2, _tmp$3, lower, ok, s, $s, $r;
117384
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; _tmp$2 = $f._tmp$2; _tmp$3 = $f._tmp$3; lower = $f.lower; ok = $f.ok; s = $f.s; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
117385
+ lower = "";
117386
+ ok = false;
117387
+ if (!http2isASCIIPrint(s)) {
117388
+ _tmp = "";
117389
+ _tmp$1 = false;
117390
+ lower = _tmp;
117391
+ ok = _tmp$1;
117392
+ $s = -1; return [lower, ok];
117393
+ }
117394
+ _r$2 = strings.ToLower(s); /* */ $s = 1; case 1: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
117395
+ _tmp$2 = _r$2;
117396
+ _tmp$3 = true;
117397
+ lower = _tmp$2;
117398
+ ok = _tmp$3;
117399
+ $s = -1; return [lower, ok];
117400
+ /* */ } return; } if ($f === undefined) { $f = { $blk: http2asciiToLower }; } $f._r$2 = _r$2; $f._tmp = _tmp; $f._tmp$1 = _tmp$1; $f._tmp$2 = _tmp$2; $f._tmp$3 = _tmp$3; $f.lower = lower; $f.ok = ok; $f.s = s; $f.$s = $s; $f.$r = $r; return $f;
117401
+ };
117355
117402
  http2isBadCipher = function(cipher) {
117356
117403
  var _1, cipher;
117357
117404
  _1 = cipher;
@@ -118432,7 +118479,7 @@ $packages["net/http"] = (function() {
118432
118479
  return [_, err];
118433
118480
  }
118434
118481
  }
118435
- if ((p.$length - ((padLength >> 0)) >> 0) <= 0) {
118482
+ if ((p.$length - ((padLength >> 0)) >> 0) < 0) {
118436
118483
  _tmp$6 = $ifaceNil;
118437
118484
  _tmp$7 = (x$5 = http2streamError(fh.StreamID, 1), new x$5.constructor.elem(x$5));
118438
118485
  _ = _tmp$6;
@@ -119260,18 +119307,27 @@ $packages["net/http"] = (function() {
119260
119307
  /* */ } return; } if ($f === undefined) { $f = { $blk: http2buildCommonHeaderMaps }; } $f._i = _i; $f._key = _key; $f._key$1 = _key$1; $f._r$2 = _r$2; $f._ref = _ref; $f.chk = chk; $f.common = common; $f.v = v; $f.x$4 = x$4; $f.x$5 = x$5; $f.$s = $s; $f.$r = $r; return $f;
119261
119308
  };
119262
119309
  http2lowerHeader = function(v) {
119263
- var _entry, _r$2, _tuple, ok, s, v, $s, $r;
119264
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _entry = $f._entry; _r$2 = $f._r$2; _tuple = $f._tuple; ok = $f.ok; s = $f.s; v = $f.v; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
119310
+ var _entry, _r$2, _tmp, _tmp$1, _tuple, _tuple$1, ascii, lower, ok, s, v, $s, $r;
119311
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _entry = $f._entry; _r$2 = $f._r$2; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; _tuple = $f._tuple; _tuple$1 = $f._tuple$1; ascii = $f.ascii; lower = $f.lower; ok = $f.ok; s = $f.s; v = $f.v; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
119312
+ lower = "";
119313
+ ascii = false;
119265
119314
  $r = http2buildCommonHeaderMapsOnce(); /* */ $s = 1; case 1: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
119266
119315
  _tuple = (_entry = http2commonLowerHeader[$String.keyFor(v)], _entry !== undefined ? [_entry.v, true] : ["", false]);
119267
119316
  s = _tuple[0];
119268
119317
  ok = _tuple[1];
119269
119318
  if (ok) {
119270
- $s = -1; return s;
119319
+ _tmp = s;
119320
+ _tmp$1 = true;
119321
+ lower = _tmp;
119322
+ ascii = _tmp$1;
119323
+ $s = -1; return [lower, ascii];
119271
119324
  }
119272
- _r$2 = strings.ToLower(v); /* */ $s = 2; case 2: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
119273
- $s = -1; return _r$2;
119274
- /* */ } return; } if ($f === undefined) { $f = { $blk: http2lowerHeader }; } $f._entry = _entry; $f._r$2 = _r$2; $f._tuple = _tuple; $f.ok = ok; $f.s = s; $f.v = v; $f.$s = $s; $f.$r = $r; return $f;
119325
+ _r$2 = http2asciiToLower(v); /* */ $s = 2; case 2: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
119326
+ _tuple$1 = _r$2;
119327
+ lower = _tuple$1[0];
119328
+ ascii = _tuple$1[1];
119329
+ $s = -1; return [lower, ascii];
119330
+ /* */ } return; } if ($f === undefined) { $f = { $blk: http2lowerHeader }; } $f._entry = _entry; $f._r$2 = _r$2; $f._tmp = _tmp; $f._tmp$1 = _tmp$1; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f.ascii = ascii; $f.lower = lower; $f.ok = ok; $f.s = s; $f.v = v; $f.$s = $s; $f.$r = $r; return $f;
119275
119331
  };
119276
119332
  init = function() {
119277
119333
  var _r$2, e, $s, $r;
@@ -119838,8 +119894,8 @@ $packages["net/http"] = (function() {
119838
119894
  };
119839
119895
  http2serverInternalState.prototype.startGracefulShutdown = function() { return this.$val.startGracefulShutdown(); };
119840
119896
  http2ConfigureServer = function(s, conf) {
119841
- var _1, _i, _i$1, _key, _r$2, _r$3, _ref, _ref$1, _tmp, _tmp$1, conf, cs, h1, h2, haveNPN, haveRequired, i, p, protoHandler, s, sawBad, x$4, x$5, $s, $r;
119842
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _1 = $f._1; _i = $f._i; _i$1 = $f._i$1; _key = $f._key; _r$2 = $f._r$2; _r$3 = $f._r$3; _ref = $f._ref; _ref$1 = $f._ref$1; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; conf = $f.conf; cs = $f.cs; h1 = $f.h1; h2 = $f.h2; haveNPN = $f.haveNPN; haveRequired = $f.haveRequired; i = $f.i; p = $f.p; protoHandler = $f.protoHandler; s = $f.s; sawBad = $f.sawBad; x$4 = $f.x$4; x$5 = $f.x$5; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
119897
+ var _1, _i, _key, _r$2, _r$3, _ref, _tmp, _tmp$1, conf, cs, h1, h2, haveRequired, i, protoHandler, s, sawBad, x$4, x$5, $s, $r;
119898
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _1 = $f._1; _i = $f._i; _key = $f._key; _r$2 = $f._r$2; _r$3 = $f._r$3; _ref = $f._ref; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; conf = $f.conf; cs = $f.cs; h1 = $f.h1; h2 = $f.h2; haveRequired = $f.haveRequired; i = $f.i; protoHandler = $f.protoHandler; s = $f.s; sawBad = $f.sawBad; x$4 = $f.x$4; x$5 = $f.x$5; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
119843
119899
  conf = [conf];
119844
119900
  if (s === ptrType$51.nil) {
119845
119901
  $panic(new $String("nil *http.Server"));
@@ -119899,21 +119955,12 @@ $packages["net/http"] = (function() {
119899
119955
  /* } */ case 12:
119900
119956
  /* } */ case 4:
119901
119957
  s.TLSConfig.PreferServerCipherSuites = true;
119902
- haveNPN = false;
119903
- _ref$1 = s.TLSConfig.NextProtos;
119904
- _i$1 = 0;
119905
- while (true) {
119906
- if (!(_i$1 < _ref$1.$length)) { break; }
119907
- p = ((_i$1 < 0 || _i$1 >= _ref$1.$length) ? ($throwRuntimeError("index out of range"), undefined) : _ref$1.$array[_ref$1.$offset + _i$1]);
119908
- if (p === "h2") {
119909
- haveNPN = true;
119910
- break;
119911
- }
119912
- _i$1++;
119913
- }
119914
- if (!haveNPN) {
119958
+ if (!http2strSliceContains(s.TLSConfig.NextProtos, "h2")) {
119915
119959
  s.TLSConfig.NextProtos = $append(s.TLSConfig.NextProtos, "h2");
119916
119960
  }
119961
+ if (!http2strSliceContains(s.TLSConfig.NextProtos, "http/1.1")) {
119962
+ s.TLSConfig.NextProtos = $append(s.TLSConfig.NextProtos, "http/1.1");
119963
+ }
119917
119964
  if (s.TLSNextProto === false) {
119918
119965
  s.TLSNextProto = $makeMap($String.keyFor, []);
119919
119966
  }
@@ -119941,7 +119988,7 @@ $packages["net/http"] = (function() {
119941
119988
  }; })(conf);
119942
119989
  _key = "h2"; (s.TLSNextProto || $throwRuntimeError("assignment to entry in nil map"))[$String.keyFor(_key)] = { k: _key, v: protoHandler };
119943
119990
  $s = -1; return $ifaceNil;
119944
- /* */ } return; } if ($f === undefined) { $f = { $blk: http2ConfigureServer }; } $f._1 = _1; $f._i = _i; $f._i$1 = _i$1; $f._key = _key; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._ref = _ref; $f._ref$1 = _ref$1; $f._tmp = _tmp; $f._tmp$1 = _tmp$1; $f.conf = conf; $f.cs = cs; $f.h1 = h1; $f.h2 = h2; $f.haveNPN = haveNPN; $f.haveRequired = haveRequired; $f.i = i; $f.p = p; $f.protoHandler = protoHandler; $f.s = s; $f.sawBad = sawBad; $f.x$4 = x$4; $f.x$5 = x$5; $f.$s = $s; $f.$r = $r; return $f;
119991
+ /* */ } return; } if ($f === undefined) { $f = { $blk: http2ConfigureServer }; } $f._1 = _1; $f._i = _i; $f._key = _key; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._ref = _ref; $f._tmp = _tmp; $f._tmp$1 = _tmp$1; $f.conf = conf; $f.cs = cs; $f.h1 = h1; $f.h2 = h2; $f.haveRequired = haveRequired; $f.i = i; $f.protoHandler = protoHandler; $f.s = s; $f.sawBad = sawBad; $f.x$4 = x$4; $f.x$5 = x$5; $f.$s = $s; $f.$r = $r; return $f;
119945
119992
  };
119946
119993
  http2ServeConnOpts.ptr.prototype.context = function() {
119947
119994
  var o;
@@ -120301,7 +120348,9 @@ $packages["net/http"] = (function() {
120301
120348
  }
120302
120349
  _r$2 = CanonicalHeaderKey(v); /* */ $s = 3; case 3: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
120303
120350
  cv = _r$2;
120304
- _key = v; (sc.canonHeader || $throwRuntimeError("assignment to entry in nil map"))[$String.keyFor(_key)] = { k: _key, v: cv };
120351
+ if ($keys(sc.canonHeader).length < 32) {
120352
+ _key = v; (sc.canonHeader || $throwRuntimeError("assignment to entry in nil map"))[$String.keyFor(_key)] = { k: _key, v: cv };
120353
+ }
120305
120354
  $s = -1; return cv;
120306
120355
  /* */ } return; } if ($f === undefined) { $f = { $blk: http2serverConn.ptr.prototype.canonicalHeader }; } $f._entry = _entry; $f._entry$1 = _entry$1; $f._key = _key; $f._r$2 = _r$2; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f.cv = cv; $f.ok = ok; $f.sc = sc; $f.v = v; $f.$s = $s; $f.$r = $r; return $f;
120307
120356
  };
@@ -120414,8 +120463,8 @@ $packages["net/http"] = (function() {
120414
120463
  };
120415
120464
  http2serverConn.prototype.notePanic = function() { return this.$val.notePanic(); };
120416
120465
  http2serverConn.ptr.prototype.serve = function() {
120417
- var _1, _arg, _arg$1, _arg$2, _arg$3, _arg$4, _arg$5, _arg$6, _arg$7, _r$10, _r$2, _r$3, _r$4, _r$5, _r$6, _r$7, _r$8, _r$9, _ref, _selection, _tuple, _v, diff, err, gracefulShutdownComplete, loopNum, m, msg, ok, res, res$1, sc, se, sentGoAway, settingsTimer, v, v$1, v$2, v$3, wr, x$4, $s, $deferred, $r;
120418
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _1 = $f._1; _arg = $f._arg; _arg$1 = $f._arg$1; _arg$2 = $f._arg$2; _arg$3 = $f._arg$3; _arg$4 = $f._arg$4; _arg$5 = $f._arg$5; _arg$6 = $f._arg$6; _arg$7 = $f._arg$7; _r$10 = $f._r$10; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _r$5 = $f._r$5; _r$6 = $f._r$6; _r$7 = $f._r$7; _r$8 = $f._r$8; _r$9 = $f._r$9; _ref = $f._ref; _selection = $f._selection; _tuple = $f._tuple; _v = $f._v; diff = $f.diff; err = $f.err; gracefulShutdownComplete = $f.gracefulShutdownComplete; loopNum = $f.loopNum; m = $f.m; msg = $f.msg; ok = $f.ok; res = $f.res; res$1 = $f.res$1; sc = $f.sc; se = $f.se; sentGoAway = $f.sentGoAway; settingsTimer = $f.settingsTimer; v = $f.v; v$1 = $f.v$1; v$2 = $f.v$2; v$3 = $f.v$3; wr = $f.wr; x$4 = $f.x$4; $s = $f.$s; $deferred = $f.$deferred; $r = $f.$r; } var $err = null; try { s: while (true) { switch ($s) { case 0: $deferred = []; $deferred.index = $curGoroutine.deferStack.length; $curGoroutine.deferStack.push($deferred);
120466
+ var _1, _arg, _arg$1, _arg$2, _arg$3, _arg$4, _arg$5, _arg$6, _arg$7, _r$10, _r$2, _r$3, _r$4, _r$5, _r$6, _r$7, _r$8, _r$9, _ref, _selection, _selection$1, _tuple, _v, diff, err, gracefulShutdownComplete, loopNum, m, msg, ok, res, res$1, sc, se, sentGoAway, settingsTimer, v, v$1, v$2, v$3, wr, wroteRes, x$4, $s, $deferred, $r;
120467
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _1 = $f._1; _arg = $f._arg; _arg$1 = $f._arg$1; _arg$2 = $f._arg$2; _arg$3 = $f._arg$3; _arg$4 = $f._arg$4; _arg$5 = $f._arg$5; _arg$6 = $f._arg$6; _arg$7 = $f._arg$7; _r$10 = $f._r$10; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _r$5 = $f._r$5; _r$6 = $f._r$6; _r$7 = $f._r$7; _r$8 = $f._r$8; _r$9 = $f._r$9; _ref = $f._ref; _selection = $f._selection; _selection$1 = $f._selection$1; _tuple = $f._tuple; _v = $f._v; diff = $f.diff; err = $f.err; gracefulShutdownComplete = $f.gracefulShutdownComplete; loopNum = $f.loopNum; m = $f.m; msg = $f.msg; ok = $f.ok; res = $f.res; res$1 = $f.res$1; sc = $f.sc; se = $f.se; sentGoAway = $f.sentGoAway; settingsTimer = $f.settingsTimer; v = $f.v; v$1 = $f.v$1; v$2 = $f.v$2; v$3 = $f.v$3; wr = $f.wr; wroteRes = $f.wroteRes; x$4 = $f.x$4; $s = $f.$s; $deferred = $f.$deferred; $r = $f.$r; } var $err = null; try { s: while (true) { switch ($s) { case 0: $deferred = []; $deferred.index = $curGoroutine.deferStack.length; $curGoroutine.deferStack.push($deferred);
120419
120468
  sc = this;
120420
120469
  $r = sc.serveG.check(); /* */ $s = 1; case 1: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120421
120470
  $deferred.push([$methodVal(sc, "notePanic"), []]);
@@ -120490,13 +120539,27 @@ $packages["net/http"] = (function() {
120490
120539
  $s = 25; continue;
120491
120540
  /* } else if (_selection[0] === 2) { */ case 22:
120492
120541
  res$1 = $clone(_selection[1][0], http2readFrameResult);
120493
- _r$6 = sc.processFrameFromReader($clone(res$1, http2readFrameResult)); /* */ $s = 33; case 33: if($c) { $c = false; _r$6 = _r$6.$blk(); } if (_r$6 && _r$6.$blk !== undefined) { break s; }
120494
- /* */ if (!_r$6) { $s = 31; continue; }
120542
+ /* */ if (sc.writingFrameAsync) { $s = 31; continue; }
120495
120543
  /* */ $s = 32; continue;
120496
- /* if (!_r$6) { */ case 31:
120497
- $s = -1; return;
120544
+ /* if (sc.writingFrameAsync) { */ case 31:
120545
+ _selection$1 = $select([[sc.wroteFrameCh], []]);
120546
+ /* */ if (_selection$1[0] === 0) { $s = 33; continue; }
120547
+ /* */ if (_selection$1[0] === 1) { $s = 34; continue; }
120548
+ /* */ $s = 35; continue;
120549
+ /* if (_selection$1[0] === 0) { */ case 33:
120550
+ wroteRes = $clone(_selection$1[1][0], http2frameWriteResult);
120551
+ $r = sc.wroteFrame($clone(wroteRes, http2frameWriteResult)); /* */ $s = 36; case 36: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120552
+ $s = 35; continue;
120553
+ /* } else if (_selection$1[0] === 1) { */ case 34:
120554
+ /* } */ case 35:
120498
120555
  /* } */ case 32:
120499
- $r = res$1.readMore(); /* */ $s = 34; case 34: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120556
+ _r$6 = sc.processFrameFromReader($clone(res$1, http2readFrameResult)); /* */ $s = 39; case 39: if($c) { $c = false; _r$6 = _r$6.$blk(); } if (_r$6 && _r$6.$blk !== undefined) { break s; }
120557
+ /* */ if (!_r$6) { $s = 37; continue; }
120558
+ /* */ $s = 38; continue;
120559
+ /* if (!_r$6) { */ case 37:
120560
+ $s = -1; return;
120561
+ /* } */ case 38:
120562
+ $r = res$1.readMore(); /* */ $s = 40; case 40: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120500
120563
  if (!(settingsTimer === ptrType$57.nil)) {
120501
120564
  settingsTimer.Stop();
120502
120565
  settingsTimer = ptrType$57.nil;
@@ -120504,78 +120567,78 @@ $packages["net/http"] = (function() {
120504
120567
  $s = 25; continue;
120505
120568
  /* } else if (_selection[0] === 3) { */ case 23:
120506
120569
  m = $clone(_selection[1][0], http2bodyReadMsg);
120507
- $r = sc.noteBodyRead(m.st, m.n); /* */ $s = 35; case 35: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120570
+ $r = sc.noteBodyRead(m.st, m.n); /* */ $s = 41; case 41: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120508
120571
  $s = 25; continue;
120509
120572
  /* } else if (_selection[0] === 4) { */ case 24:
120510
120573
  msg = _selection[1][0];
120511
120574
  _ref = msg;
120512
- /* */ if ($assertType(_ref, funcType$1, true)[1]) { $s = 36; continue; }
120513
- /* */ if ($assertType(_ref, ptrType$10, true)[1]) { $s = 37; continue; }
120514
- /* */ if ($assertType(_ref, ptrType$62, true)[1]) { $s = 38; continue; }
120515
- /* */ $s = 39; continue;
120516
- /* if ($assertType(_ref, funcType$1, true)[1]) { */ case 36:
120575
+ /* */ if ($assertType(_ref, funcType$1, true)[1]) { $s = 42; continue; }
120576
+ /* */ if ($assertType(_ref, ptrType$10, true)[1]) { $s = 43; continue; }
120577
+ /* */ if ($assertType(_ref, ptrType$62, true)[1]) { $s = 44; continue; }
120578
+ /* */ $s = 45; continue;
120579
+ /* if ($assertType(_ref, funcType$1, true)[1]) { */ case 42:
120517
120580
  v = _ref.$val;
120518
- $r = v(loopNum); /* */ $s = 41; case 41: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120519
- $s = 40; continue;
120520
- /* } else if ($assertType(_ref, ptrType$10, true)[1]) { */ case 37:
120581
+ $r = v(loopNum); /* */ $s = 47; case 47: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120582
+ $s = 46; continue;
120583
+ /* } else if ($assertType(_ref, ptrType$10, true)[1]) { */ case 43:
120521
120584
  v$1 = _ref.$val;
120522
120585
  _1 = v$1;
120523
- /* */ if (_1 === (http2settingsTimerMsg)) { $s = 43; continue; }
120524
- /* */ if (_1 === (http2idleTimerMsg)) { $s = 44; continue; }
120525
- /* */ if (_1 === (http2shutdownTimerMsg)) { $s = 45; continue; }
120526
- /* */ if (_1 === (http2gracefulShutdownMsg)) { $s = 46; continue; }
120527
- /* */ $s = 47; continue;
120528
- /* if (_1 === (http2settingsTimerMsg)) { */ case 43:
120529
- _r$7 = sc.conn.RemoteAddr(); /* */ $s = 49; case 49: if($c) { $c = false; _r$7 = _r$7.$blk(); } if (_r$7 && _r$7.$blk !== undefined) { break s; }
120586
+ /* */ if (_1 === (http2settingsTimerMsg)) { $s = 49; continue; }
120587
+ /* */ if (_1 === (http2idleTimerMsg)) { $s = 50; continue; }
120588
+ /* */ if (_1 === (http2shutdownTimerMsg)) { $s = 51; continue; }
120589
+ /* */ if (_1 === (http2gracefulShutdownMsg)) { $s = 52; continue; }
120590
+ /* */ $s = 53; continue;
120591
+ /* if (_1 === (http2settingsTimerMsg)) { */ case 49:
120592
+ _r$7 = sc.conn.RemoteAddr(); /* */ $s = 55; case 55: if($c) { $c = false; _r$7 = _r$7.$blk(); } if (_r$7 && _r$7.$blk !== undefined) { break s; }
120530
120593
  _arg$6 = _r$7;
120531
- $r = sc.logf("timeout waiting for SETTINGS frames from %v", new sliceType([_arg$6])); /* */ $s = 50; case 50: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120594
+ $r = sc.logf("timeout waiting for SETTINGS frames from %v", new sliceType([_arg$6])); /* */ $s = 56; case 56: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120532
120595
  $s = -1; return;
120533
- /* } else if (_1 === (http2idleTimerMsg)) { */ case 44:
120534
- $r = sc.vlogf("connection is idle", new sliceType([])); /* */ $s = 51; case 51: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120535
- $r = sc.goAway(0); /* */ $s = 52; case 52: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120536
- $s = 48; continue;
120537
- /* } else if (_1 === (http2shutdownTimerMsg)) { */ case 45:
120538
- _r$8 = sc.conn.RemoteAddr(); /* */ $s = 53; case 53: if($c) { $c = false; _r$8 = _r$8.$blk(); } if (_r$8 && _r$8.$blk !== undefined) { break s; }
120596
+ /* } else if (_1 === (http2idleTimerMsg)) { */ case 50:
120597
+ $r = sc.vlogf("connection is idle", new sliceType([])); /* */ $s = 57; case 57: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120598
+ $r = sc.goAway(0); /* */ $s = 58; case 58: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120599
+ $s = 54; continue;
120600
+ /* } else if (_1 === (http2shutdownTimerMsg)) { */ case 51:
120601
+ _r$8 = sc.conn.RemoteAddr(); /* */ $s = 59; case 59: if($c) { $c = false; _r$8 = _r$8.$blk(); } if (_r$8 && _r$8.$blk !== undefined) { break s; }
120539
120602
  _arg$7 = _r$8;
120540
- $r = sc.vlogf("GOAWAY close timer fired; closing conn from %v", new sliceType([_arg$7])); /* */ $s = 54; case 54: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120603
+ $r = sc.vlogf("GOAWAY close timer fired; closing conn from %v", new sliceType([_arg$7])); /* */ $s = 60; case 60: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120541
120604
  $s = -1; return;
120542
- /* } else if (_1 === (http2gracefulShutdownMsg)) { */ case 46:
120543
- $r = sc.startGracefulShutdownInternal(); /* */ $s = 55; case 55: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120544
- $s = 48; continue;
120545
- /* } else { */ case 47:
120605
+ /* } else if (_1 === (http2gracefulShutdownMsg)) { */ case 52:
120606
+ $r = sc.startGracefulShutdownInternal(); /* */ $s = 61; case 61: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120607
+ $s = 54; continue;
120608
+ /* } else { */ case 53:
120546
120609
  $panic(new $String("unknown timer"));
120547
- /* } */ case 48:
120548
- case 42:
120549
- $s = 40; continue;
120550
- /* } else if ($assertType(_ref, ptrType$62, true)[1]) { */ case 38:
120610
+ /* } */ case 54:
120611
+ case 48:
120612
+ $s = 46; continue;
120613
+ /* } else if ($assertType(_ref, ptrType$62, true)[1]) { */ case 44:
120551
120614
  v$2 = _ref.$val;
120552
- $r = sc.startPush(v$2); /* */ $s = 56; case 56: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120553
- $s = 40; continue;
120554
- /* } else { */ case 39:
120615
+ $r = sc.startPush(v$2); /* */ $s = 62; case 62: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120616
+ $s = 46; continue;
120617
+ /* } else { */ case 45:
120555
120618
  v$3 = _ref;
120556
- _r$9 = fmt.Sprintf("unexpected type %T", new sliceType([v$3])); /* */ $s = 57; case 57: if($c) { $c = false; _r$9 = _r$9.$blk(); } if (_r$9 && _r$9.$blk !== undefined) { break s; }
120619
+ _r$9 = fmt.Sprintf("unexpected type %T", new sliceType([v$3])); /* */ $s = 63; case 63: if($c) { $c = false; _r$9 = _r$9.$blk(); } if (_r$9 && _r$9.$blk !== undefined) { break s; }
120557
120620
  $panic(new $String(_r$9));
120558
- /* } */ case 40:
120621
+ /* } */ case 46:
120559
120622
  /* } } */ case 25:
120560
- /* */ if (sc.queuedControlFrames > sc.srv.maxQueuedControlFrames()) { $s = 58; continue; }
120561
- /* */ $s = 59; continue;
120562
- /* if (sc.queuedControlFrames > sc.srv.maxQueuedControlFrames()) { */ case 58:
120563
- $r = sc.vlogf("http2: too many control frames in send queue, closing connection", new sliceType([])); /* */ $s = 60; case 60: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120623
+ /* */ if (sc.queuedControlFrames > sc.srv.maxQueuedControlFrames()) { $s = 64; continue; }
120624
+ /* */ $s = 65; continue;
120625
+ /* if (sc.queuedControlFrames > sc.srv.maxQueuedControlFrames()) { */ case 64:
120626
+ $r = sc.vlogf("http2: too many control frames in send queue, closing connection", new sliceType([])); /* */ $s = 66; case 66: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120564
120627
  $s = -1; return;
120565
- /* } */ case 59:
120628
+ /* } */ case 65:
120566
120629
  sentGoAway = sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame;
120567
- if (!(sc.goAwayCode === 0)) { _v = false; $s = 61; continue s; }
120568
- _r$10 = sc.curOpenStreams(); /* */ $s = 62; case 62: if($c) { $c = false; _r$10 = _r$10.$blk(); } if (_r$10 && _r$10.$blk !== undefined) { break s; }
120569
- _v = _r$10 === 0; case 61:
120630
+ if (!(sc.goAwayCode === 0)) { _v = false; $s = 67; continue s; }
120631
+ _r$10 = sc.curOpenStreams(); /* */ $s = 68; case 68: if($c) { $c = false; _r$10 = _r$10.$blk(); } if (_r$10 && _r$10.$blk !== undefined) { break s; }
120632
+ _v = _r$10 === 0; case 67:
120570
120633
  gracefulShutdownComplete = _v;
120571
- /* */ if (sentGoAway && sc.shutdownTimer === ptrType$57.nil && (!((sc.goAwayCode === 0)) || gracefulShutdownComplete)) { $s = 63; continue; }
120572
- /* */ $s = 64; continue;
120573
- /* if (sentGoAway && sc.shutdownTimer === ptrType$57.nil && (!((sc.goAwayCode === 0)) || gracefulShutdownComplete)) { */ case 63:
120574
- $r = sc.shutDownIn(http2goAwayTimeout); /* */ $s = 65; case 65: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120575
- /* } */ case 64:
120634
+ /* */ if (sentGoAway && sc.shutdownTimer === ptrType$57.nil && (!((sc.goAwayCode === 0)) || gracefulShutdownComplete)) { $s = 69; continue; }
120635
+ /* */ $s = 70; continue;
120636
+ /* if (sentGoAway && sc.shutdownTimer === ptrType$57.nil && (!((sc.goAwayCode === 0)) || gracefulShutdownComplete)) { */ case 69:
120637
+ $r = sc.shutDownIn(http2goAwayTimeout); /* */ $s = 71; case 71: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
120638
+ /* } */ case 70:
120576
120639
  /* } */ $s = 17; continue; case 18:
120577
120640
  $s = -1; return;
120578
- /* */ } return; } } catch(err) { $err = err; $s = -1; } finally { $callDeferred($deferred, $err); if($curGoroutine.asleep) { if ($f === undefined) { $f = { $blk: http2serverConn.ptr.prototype.serve }; } $f._1 = _1; $f._arg = _arg; $f._arg$1 = _arg$1; $f._arg$2 = _arg$2; $f._arg$3 = _arg$3; $f._arg$4 = _arg$4; $f._arg$5 = _arg$5; $f._arg$6 = _arg$6; $f._arg$7 = _arg$7; $f._r$10 = _r$10; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._r$4 = _r$4; $f._r$5 = _r$5; $f._r$6 = _r$6; $f._r$7 = _r$7; $f._r$8 = _r$8; $f._r$9 = _r$9; $f._ref = _ref; $f._selection = _selection; $f._tuple = _tuple; $f._v = _v; $f.diff = diff; $f.err = err; $f.gracefulShutdownComplete = gracefulShutdownComplete; $f.loopNum = loopNum; $f.m = m; $f.msg = msg; $f.ok = ok; $f.res = res; $f.res$1 = res$1; $f.sc = sc; $f.se = se; $f.sentGoAway = sentGoAway; $f.settingsTimer = settingsTimer; $f.v = v; $f.v$1 = v$1; $f.v$2 = v$2; $f.v$3 = v$3; $f.wr = wr; $f.x$4 = x$4; $f.$s = $s; $f.$deferred = $deferred; $f.$r = $r; return $f; } }
120641
+ /* */ } return; } } catch(err) { $err = err; $s = -1; } finally { $callDeferred($deferred, $err); if($curGoroutine.asleep) { if ($f === undefined) { $f = { $blk: http2serverConn.ptr.prototype.serve }; } $f._1 = _1; $f._arg = _arg; $f._arg$1 = _arg$1; $f._arg$2 = _arg$2; $f._arg$3 = _arg$3; $f._arg$4 = _arg$4; $f._arg$5 = _arg$5; $f._arg$6 = _arg$6; $f._arg$7 = _arg$7; $f._r$10 = _r$10; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._r$4 = _r$4; $f._r$5 = _r$5; $f._r$6 = _r$6; $f._r$7 = _r$7; $f._r$8 = _r$8; $f._r$9 = _r$9; $f._ref = _ref; $f._selection = _selection; $f._selection$1 = _selection$1; $f._tuple = _tuple; $f._v = _v; $f.diff = diff; $f.err = err; $f.gracefulShutdownComplete = gracefulShutdownComplete; $f.loopNum = loopNum; $f.m = m; $f.msg = msg; $f.ok = ok; $f.res = res; $f.res$1 = res$1; $f.sc = sc; $f.se = se; $f.sentGoAway = sentGoAway; $f.settingsTimer = settingsTimer; $f.v = v; $f.v$1 = v$1; $f.v$2 = v$2; $f.v$3 = v$3; $f.wr = wr; $f.wroteRes = wroteRes; $f.x$4 = x$4; $f.$s = $s; $f.$deferred = $deferred; $f.$r = $r; return $f; } }
120579
120642
  };
120580
120643
  http2serverConn.prototype.serve = function() { return this.$val.serve(); };
120581
120644
  http2serverConn.ptr.prototype.onSettingsTimer = function() {
@@ -121416,11 +121479,11 @@ $packages["net/http"] = (function() {
121416
121479
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _tuple = $f._tuple; _tuple$1 = $f._tuple$1; data = $f.data; err = $f.err; f = $f.f; id = $f.id; pad = $f.pad; sc = $f.sc; st = $f.st; state = $f.state; wrote = $f.wrote; x$10 = $f.x$10; x$11 = $f.x$11; x$12 = $f.x$12; x$13 = $f.x$13; x$14 = $f.x$14; x$15 = $f.x$15; x$4 = $f.x$4; x$5 = $f.x$5; x$6 = $f.x$6; x$7 = $f.x$7; x$8 = $f.x$8; x$9 = $f.x$9; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
121417
121480
  sc = this;
121418
121481
  $r = sc.serveG.check(); /* */ $s = 1; case 1: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
121419
- if (sc.inGoAway && !((sc.goAwayCode === 0))) {
121482
+ id = $clone(f.http2FrameHeader, http2FrameHeader).Header().StreamID;
121483
+ if (sc.inGoAway && (!((sc.goAwayCode === 0)) || id > sc.maxClientStreamID)) {
121420
121484
  $s = -1; return $ifaceNil;
121421
121485
  }
121422
121486
  data = f.Data();
121423
- id = $clone(f.http2FrameHeader, http2FrameHeader).Header().StreamID;
121424
121487
  _r$2 = sc.state(id); /* */ $s = 2; case 2: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
121425
121488
  _tuple = _r$2;
121426
121489
  state = _tuple[0];
@@ -122619,8 +122682,8 @@ $packages["net/http"] = (function() {
122619
122682
  };
122620
122683
  http2responseWriter.prototype.handlerDone = function() { return this.$val.handlerDone(); };
122621
122684
  http2responseWriter.ptr.prototype.Push = function(target, opts) {
122622
- var _1, _entry, _i, _keys, _r$10, _r$11, _r$12, _r$2, _r$3, _r$4, _r$5, _r$6, _r$7, _r$8, _r$9, _ref, _selection, _selection$1, _tuple, err, err$1, err$2, k, msg, opts, sc, st, target, u, w, wantScheme, $s, $r;
122623
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _1 = $f._1; _entry = $f._entry; _i = $f._i; _keys = $f._keys; _r$10 = $f._r$10; _r$11 = $f._r$11; _r$12 = $f._r$12; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _r$5 = $f._r$5; _r$6 = $f._r$6; _r$7 = $f._r$7; _r$8 = $f._r$8; _r$9 = $f._r$9; _ref = $f._ref; _selection = $f._selection; _selection$1 = $f._selection$1; _tuple = $f._tuple; err = $f.err; err$1 = $f.err$1; err$2 = $f.err$2; k = $f.k; msg = $f.msg; opts = $f.opts; sc = $f.sc; st = $f.st; target = $f.target; u = $f.u; w = $f.w; wantScheme = $f.wantScheme; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
122685
+ var _entry, _i, _keys, _r$10, _r$11, _r$2, _r$3, _r$4, _r$5, _r$6, _r$7, _r$8, _r$9, _ref, _selection, _selection$1, _tuple, err, err$1, err$2, k, msg, opts, sc, st, target, u, w, wantScheme, $s, $r;
122686
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _entry = $f._entry; _i = $f._i; _keys = $f._keys; _r$10 = $f._r$10; _r$11 = $f._r$11; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _r$5 = $f._r$5; _r$6 = $f._r$6; _r$7 = $f._r$7; _r$8 = $f._r$8; _r$9 = $f._r$9; _ref = $f._ref; _selection = $f._selection; _selection$1 = $f._selection$1; _tuple = $f._tuple; err = $f.err; err$1 = $f.err$1; err$2 = $f.err$2; k = $f.k; msg = $f.msg; opts = $f.opts; sc = $f.sc; st = $f.st; target = $f.target; u = $f.u; w = $f.w; wantScheme = $f.wantScheme; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
122624
122687
  w = this;
122625
122688
  st = w.rws.stream;
122626
122689
  sc = st.sc;
@@ -122688,44 +122751,41 @@ $packages["net/http"] = (function() {
122688
122751
  _r$5 = fmt.Errorf("promised request headers cannot include pseudo header %q", new sliceType([new $String(k)])); /* */ $s = 16; case 16: if($c) { $c = false; _r$5 = _r$5.$blk(); } if (_r$5 && _r$5.$blk !== undefined) { break s; }
122689
122752
  $s = -1; return _r$5;
122690
122753
  /* } */ case 15:
122691
- _r$6 = strings.ToLower(k); /* */ $s = 18; case 18: if($c) { $c = false; _r$6 = _r$6.$blk(); } if (_r$6 && _r$6.$blk !== undefined) { break s; }
122692
- _1 = _r$6;
122693
- /* */ if (_1 === ("content-length") || _1 === ("content-encoding") || _1 === ("trailer") || _1 === ("te") || _1 === ("expect") || _1 === ("host")) { $s = 19; continue; }
122694
- /* */ $s = 20; continue;
122695
- /* if (_1 === ("content-length") || _1 === ("content-encoding") || _1 === ("trailer") || _1 === ("te") || _1 === ("expect") || _1 === ("host")) { */ case 19:
122696
- _r$7 = fmt.Errorf("promised request headers cannot include %q", new sliceType([new $String(k)])); /* */ $s = 21; case 21: if($c) { $c = false; _r$7 = _r$7.$blk(); } if (_r$7 && _r$7.$blk !== undefined) { break s; }
122697
- $s = -1; return _r$7;
122698
- /* } */ case 20:
122699
- case 17:
122754
+ /* */ if (http2asciiEqualFold(k, "content-length") || http2asciiEqualFold(k, "content-encoding") || http2asciiEqualFold(k, "trailer") || http2asciiEqualFold(k, "te") || http2asciiEqualFold(k, "expect") || http2asciiEqualFold(k, "host")) { $s = 17; continue; }
122755
+ /* */ $s = 18; continue;
122756
+ /* if (http2asciiEqualFold(k, "content-length") || http2asciiEqualFold(k, "content-encoding") || http2asciiEqualFold(k, "trailer") || http2asciiEqualFold(k, "te") || http2asciiEqualFold(k, "expect") || http2asciiEqualFold(k, "host")) { */ case 17:
122757
+ _r$6 = fmt.Errorf("promised request headers cannot include %q", new sliceType([new $String(k)])); /* */ $s = 19; case 19: if($c) { $c = false; _r$6 = _r$6.$blk(); } if (_r$6 && _r$6.$blk !== undefined) { break s; }
122758
+ $s = -1; return _r$6;
122759
+ /* } */ case 18:
122700
122760
  _i++;
122701
122761
  /* } */ $s = 12; continue; case 13:
122702
- _r$8 = http2checkValidHTTP2RequestHeaders(opts.Header); /* */ $s = 22; case 22: if($c) { $c = false; _r$8 = _r$8.$blk(); } if (_r$8 && _r$8.$blk !== undefined) { break s; }
122703
- err$1 = _r$8;
122762
+ _r$7 = http2checkValidHTTP2RequestHeaders(opts.Header); /* */ $s = 20; case 20: if($c) { $c = false; _r$7 = _r$7.$blk(); } if (_r$7 && _r$7.$blk !== undefined) { break s; }
122763
+ err$1 = _r$7;
122704
122764
  if (!($interfaceIsEqual(err$1, $ifaceNil))) {
122705
122765
  $s = -1; return err$1;
122706
122766
  }
122707
- /* */ if (!(opts.Method === "GET") && !(opts.Method === "HEAD")) { $s = 23; continue; }
122708
- /* */ $s = 24; continue;
122709
- /* if (!(opts.Method === "GET") && !(opts.Method === "HEAD")) { */ case 23:
122710
- _r$9 = fmt.Errorf("method %q must be GET or HEAD", new sliceType([new $String(opts.Method)])); /* */ $s = 25; case 25: if($c) { $c = false; _r$9 = _r$9.$blk(); } if (_r$9 && _r$9.$blk !== undefined) { break s; }
122711
- $s = -1; return _r$9;
122712
- /* } */ case 24:
122713
- _r$10 = http2errChanPool.Get(); /* */ $s = 26; case 26: if($c) { $c = false; _r$10 = _r$10.$blk(); } if (_r$10 && _r$10.$blk !== undefined) { break s; }
122714
- msg = new http2startPushRequest.ptr(st, opts.Method, u, http2cloneHeader(opts.Header), $assertType(_r$10, chanType));
122715
- _r$11 = $select([[sc.doneServing], [st.cw], [sc.serveMsgCh, msg]]); /* */ $s = 27; case 27: if($c) { $c = false; _r$11 = _r$11.$blk(); } if (_r$11 && _r$11.$blk !== undefined) { break s; }
122716
- _selection = _r$11;
122717
- /* */ if (_selection[0] === 0) { $s = 28; continue; }
122718
- /* */ if (_selection[0] === 1) { $s = 29; continue; }
122719
- /* */ if (_selection[0] === 2) { $s = 30; continue; }
122720
- /* */ $s = 31; continue;
122721
- /* if (_selection[0] === 0) { */ case 28:
122767
+ /* */ if (!(opts.Method === "GET") && !(opts.Method === "HEAD")) { $s = 21; continue; }
122768
+ /* */ $s = 22; continue;
122769
+ /* if (!(opts.Method === "GET") && !(opts.Method === "HEAD")) { */ case 21:
122770
+ _r$8 = fmt.Errorf("method %q must be GET or HEAD", new sliceType([new $String(opts.Method)])); /* */ $s = 23; case 23: if($c) { $c = false; _r$8 = _r$8.$blk(); } if (_r$8 && _r$8.$blk !== undefined) { break s; }
122771
+ $s = -1; return _r$8;
122772
+ /* } */ case 22:
122773
+ _r$9 = http2errChanPool.Get(); /* */ $s = 24; case 24: if($c) { $c = false; _r$9 = _r$9.$blk(); } if (_r$9 && _r$9.$blk !== undefined) { break s; }
122774
+ msg = new http2startPushRequest.ptr(st, opts.Method, u, http2cloneHeader(opts.Header), $assertType(_r$9, chanType));
122775
+ _r$10 = $select([[sc.doneServing], [st.cw], [sc.serveMsgCh, msg]]); /* */ $s = 25; case 25: if($c) { $c = false; _r$10 = _r$10.$blk(); } if (_r$10 && _r$10.$blk !== undefined) { break s; }
122776
+ _selection = _r$10;
122777
+ /* */ if (_selection[0] === 0) { $s = 26; continue; }
122778
+ /* */ if (_selection[0] === 1) { $s = 27; continue; }
122779
+ /* */ if (_selection[0] === 2) { $s = 28; continue; }
122780
+ /* */ $s = 29; continue;
122781
+ /* if (_selection[0] === 0) { */ case 26:
122722
122782
  $s = -1; return http2errClientDisconnected;
122723
- /* } else if (_selection[0] === 1) { */ case 29:
122783
+ /* } else if (_selection[0] === 1) { */ case 27:
122724
122784
  $s = -1; return http2errStreamClosed;
122725
- /* } else if (_selection[0] === 2) { */ case 30:
122726
- /* } */ case 31:
122727
- _r$12 = $select([[sc.doneServing], [st.cw], [msg.done]]); /* */ $s = 32; case 32: if($c) { $c = false; _r$12 = _r$12.$blk(); } if (_r$12 && _r$12.$blk !== undefined) { break s; }
122728
- _selection$1 = _r$12;
122785
+ /* } else if (_selection[0] === 2) { */ case 28:
122786
+ /* } */ case 29:
122787
+ _r$11 = $select([[sc.doneServing], [st.cw], [msg.done]]); /* */ $s = 30; case 30: if($c) { $c = false; _r$11 = _r$11.$blk(); } if (_r$11 && _r$11.$blk !== undefined) { break s; }
122788
+ _selection$1 = _r$11;
122729
122789
  if (_selection$1[0] === 0) {
122730
122790
  $s = -1; return http2errClientDisconnected;
122731
122791
  } else if (_selection$1[0] === 1) {
@@ -122736,7 +122796,7 @@ $packages["net/http"] = (function() {
122736
122796
  $s = -1; return err$2;
122737
122797
  }
122738
122798
  $s = -1; return $ifaceNil;
122739
- /* */ } return; } if ($f === undefined) { $f = { $blk: http2responseWriter.ptr.prototype.Push }; } $f._1 = _1; $f._entry = _entry; $f._i = _i; $f._keys = _keys; $f._r$10 = _r$10; $f._r$11 = _r$11; $f._r$12 = _r$12; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._r$4 = _r$4; $f._r$5 = _r$5; $f._r$6 = _r$6; $f._r$7 = _r$7; $f._r$8 = _r$8; $f._r$9 = _r$9; $f._ref = _ref; $f._selection = _selection; $f._selection$1 = _selection$1; $f._tuple = _tuple; $f.err = err; $f.err$1 = err$1; $f.err$2 = err$2; $f.k = k; $f.msg = msg; $f.opts = opts; $f.sc = sc; $f.st = st; $f.target = target; $f.u = u; $f.w = w; $f.wantScheme = wantScheme; $f.$s = $s; $f.$r = $r; return $f;
122799
+ /* */ } return; } if ($f === undefined) { $f = { $blk: http2responseWriter.ptr.prototype.Push }; } $f._entry = _entry; $f._i = _i; $f._keys = _keys; $f._r$10 = _r$10; $f._r$11 = _r$11; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._r$4 = _r$4; $f._r$5 = _r$5; $f._r$6 = _r$6; $f._r$7 = _r$7; $f._r$8 = _r$8; $f._r$9 = _r$9; $f._ref = _ref; $f._selection = _selection; $f._selection$1 = _selection$1; $f._tuple = _tuple; $f.err = err; $f.err$1 = err$1; $f.err$2 = err$2; $f.k = k; $f.msg = msg; $f.opts = opts; $f.sc = sc; $f.st = st; $f.target = target; $f.u = u; $f.w = w; $f.wantScheme = wantScheme; $f.$s = $s; $f.$r = $r; return $f;
122740
122800
  };
122741
122801
  http2responseWriter.prototype.Push = function(target, opts) { return this.$val.Push(target, opts); };
122742
122802
  http2serverConn.ptr.prototype.startPush = function(msg) {
@@ -123229,8 +123289,8 @@ $packages["net/http"] = (function() {
123229
123289
  };
123230
123290
  http2writeWindowUpdate.prototype.writeFrame = function(ctx) { return this.$val.writeFrame(ctx); };
123231
123291
  http2encodeHeaders = function(enc, h, keys) {
123232
- var _entry, _i, _i$1, _r$2, _r$3, _r$4, _ref, _ref$1, enc, h, isTE, k, keys, sorter, v, vv, $s, $deferred, $r;
123233
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _entry = $f._entry; _i = $f._i; _i$1 = $f._i$1; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _ref = $f._ref; _ref$1 = $f._ref$1; enc = $f.enc; h = $f.h; isTE = $f.isTE; k = $f.k; keys = $f.keys; sorter = $f.sorter; v = $f.v; vv = $f.vv; $s = $f.$s; $deferred = $f.$deferred; $r = $f.$r; } var $err = null; try { s: while (true) { switch ($s) { case 0: $deferred = []; $deferred.index = $curGoroutine.deferStack.length; $curGoroutine.deferStack.push($deferred);
123292
+ var _entry, _i, _i$1, _r$2, _r$3, _r$4, _ref, _ref$1, _tuple, ascii, enc, h, isTE, k, k$1, keys, sorter, v, vv, $s, $deferred, $r;
123293
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _entry = $f._entry; _i = $f._i; _i$1 = $f._i$1; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _ref = $f._ref; _ref$1 = $f._ref$1; _tuple = $f._tuple; ascii = $f.ascii; enc = $f.enc; h = $f.h; isTE = $f.isTE; k = $f.k; k$1 = $f.k$1; keys = $f.keys; sorter = $f.sorter; v = $f.v; vv = $f.vv; $s = $f.$s; $deferred = $f.$deferred; $r = $f.$r; } var $err = null; try { s: while (true) { switch ($s) { case 0: $deferred = []; $deferred.index = $curGoroutine.deferStack.length; $curGoroutine.deferStack.push($deferred);
123234
123294
  /* */ if (keys === sliceType$2.nil) { $s = 1; continue; }
123235
123295
  /* */ $s = 2; continue;
123236
123296
  /* if (keys === sliceType$2.nil) { */ case 1:
@@ -123247,38 +123307,46 @@ $packages["net/http"] = (function() {
123247
123307
  k = ((_i < 0 || _i >= _ref.$length) ? ($throwRuntimeError("index out of range"), undefined) : _ref.$array[_ref.$offset + _i]);
123248
123308
  vv = (_entry = h[$String.keyFor(k)], _entry !== undefined ? _entry.v : sliceType$2.nil);
123249
123309
  _r$4 = http2lowerHeader(k); /* */ $s = 7; case 7: if($c) { $c = false; _r$4 = _r$4.$blk(); } if (_r$4 && _r$4.$blk !== undefined) { break s; }
123250
- k = _r$4;
123251
- /* */ if (!http2validWireHeaderFieldName(k)) { $s = 8; continue; }
123310
+ _tuple = _r$4;
123311
+ k$1 = _tuple[0];
123312
+ ascii = _tuple[1];
123313
+ /* */ if (!ascii) { $s = 8; continue; }
123252
123314
  /* */ $s = 9; continue;
123253
- /* if (!http2validWireHeaderFieldName(k)) { */ case 8:
123315
+ /* if (!ascii) { */ case 8:
123254
123316
  _i++;
123255
123317
  /* continue; */ $s = 5; continue;
123256
123318
  /* } */ case 9:
123257
- isTE = k === "transfer-encoding";
123319
+ /* */ if (!http2validWireHeaderFieldName(k$1)) { $s = 10; continue; }
123320
+ /* */ $s = 11; continue;
123321
+ /* if (!http2validWireHeaderFieldName(k$1)) { */ case 10:
123322
+ _i++;
123323
+ /* continue; */ $s = 5; continue;
123324
+ /* } */ case 11:
123325
+ isTE = k$1 === "transfer-encoding";
123258
123326
  _ref$1 = vv;
123259
123327
  _i$1 = 0;
123260
- /* while (true) { */ case 10:
123261
- /* if (!(_i$1 < _ref$1.$length)) { break; } */ if(!(_i$1 < _ref$1.$length)) { $s = 11; continue; }
123328
+ /* while (true) { */ case 12:
123329
+ /* if (!(_i$1 < _ref$1.$length)) { break; } */ if(!(_i$1 < _ref$1.$length)) { $s = 13; continue; }
123262
123330
  v = ((_i$1 < 0 || _i$1 >= _ref$1.$length) ? ($throwRuntimeError("index out of range"), undefined) : _ref$1.$array[_ref$1.$offset + _i$1]);
123263
- /* */ if (!httpguts.ValidHeaderFieldValue(v)) { $s = 12; continue; }
123264
- /* */ $s = 13; continue;
123265
- /* if (!httpguts.ValidHeaderFieldValue(v)) { */ case 12:
123266
- _i$1++;
123267
- /* continue; */ $s = 10; continue;
123268
- /* } */ case 13:
123269
- /* */ if (isTE && !(v === "trailers")) { $s = 14; continue; }
123331
+ /* */ if (!httpguts.ValidHeaderFieldValue(v)) { $s = 14; continue; }
123270
123332
  /* */ $s = 15; continue;
123271
- /* if (isTE && !(v === "trailers")) { */ case 14:
123333
+ /* if (!httpguts.ValidHeaderFieldValue(v)) { */ case 14:
123272
123334
  _i$1++;
123273
- /* continue; */ $s = 10; continue;
123335
+ /* continue; */ $s = 12; continue;
123274
123336
  /* } */ case 15:
123275
- $r = http2encKV(enc, k, v); /* */ $s = 16; case 16: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
123337
+ /* */ if (isTE && !(v === "trailers")) { $s = 16; continue; }
123338
+ /* */ $s = 17; continue;
123339
+ /* if (isTE && !(v === "trailers")) { */ case 16:
123340
+ _i$1++;
123341
+ /* continue; */ $s = 12; continue;
123342
+ /* } */ case 17:
123343
+ $r = http2encKV(enc, k$1, v); /* */ $s = 18; case 18: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
123276
123344
  _i$1++;
123277
- /* } */ $s = 10; continue; case 11:
123345
+ /* } */ $s = 12; continue; case 13:
123278
123346
  _i++;
123279
123347
  /* } */ $s = 5; continue; case 6:
123280
123348
  $s = -1; return;
123281
- /* */ } return; } } catch(err) { $err = err; $s = -1; } finally { $callDeferred($deferred, $err); if($curGoroutine.asleep) { if ($f === undefined) { $f = { $blk: http2encodeHeaders }; } $f._entry = _entry; $f._i = _i; $f._i$1 = _i$1; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._r$4 = _r$4; $f._ref = _ref; $f._ref$1 = _ref$1; $f.enc = enc; $f.h = h; $f.isTE = isTE; $f.k = k; $f.keys = keys; $f.sorter = sorter; $f.v = v; $f.vv = vv; $f.$s = $s; $f.$deferred = $deferred; $f.$r = $r; return $f; } }
123349
+ /* */ } return; } } catch(err) { $err = err; $s = -1; } finally { $callDeferred($deferred, $err); if($curGoroutine.asleep) { if ($f === undefined) { $f = { $blk: http2encodeHeaders }; } $f._entry = _entry; $f._i = _i; $f._i$1 = _i$1; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._r$4 = _r$4; $f._ref = _ref; $f._ref$1 = _ref$1; $f._tuple = _tuple; $f.ascii = ascii; $f.enc = enc; $f.h = h; $f.isTE = isTE; $f.k = k; $f.k$1 = k$1; $f.keys = keys; $f.sorter = sorter; $f.v = v; $f.vv = vv; $f.$s = $s; $f.$deferred = $deferred; $f.$r = $r; return $f; } }
123282
123350
  };
123283
123351
  http2FrameWriteRequest.ptr.prototype.StreamID = function() {
123284
123352
  var _tuple, ok, se, wr;
@@ -123457,16 +123525,16 @@ $packages["net/http"] = (function() {
123457
123525
  }
123458
123526
  x$4 = ln - 1 >> 0;
123459
123527
  q = (x$5 = p.$get(), ((x$4 < 0 || x$4 >= x$5.$length) ? ($throwRuntimeError("index out of range"), undefined) : x$5.$array[x$5.$offset + x$4]));
123460
- (x$6 = p.$get(), ((x$4 < 0 || x$4 >= x$6.$length) ? ($throwRuntimeError("index out of range"), undefined) : x$6.$array[x$6.$offset + x$4] = ptrType$80.nil));
123528
+ (x$6 = p.$get(), ((x$4 < 0 || x$4 >= x$6.$length) ? ($throwRuntimeError("index out of range"), undefined) : x$6.$array[x$6.$offset + x$4] = ptrType$81.nil));
123461
123529
  p.$set($subslice((p.$get()), 0, x$4));
123462
123530
  return q;
123463
123531
  };
123464
123532
  http2NewPriorityWriteScheduler = function(cfg) {
123465
123533
  var _key, cfg, ws;
123466
- if (cfg === ptrType$81.nil) {
123534
+ if (cfg === ptrType$82.nil) {
123467
123535
  cfg = new http2PriorityWriteSchedulerConfig.ptr(10, 10, false);
123468
123536
  }
123469
- ws = new http2priorityWriteScheduler.ptr(new http2priorityNode.ptr(new http2writeQueue.ptr(sliceType$24.nil), 0, 0, 0, new $Int64(0, 0), new $Int64(0, 0), ptrType$82.nil, ptrType$82.nil, ptrType$82.nil, ptrType$82.nil), {}, 0, sliceType$25.nil, sliceType$25.nil, cfg.MaxClosedNodesInTree, cfg.MaxIdleNodesInTree, 0, cfg.ThrottleOutOfOrderWrites, sliceType$25.nil, http2writeQueuePool.nil);
123537
+ ws = new http2priorityWriteScheduler.ptr(new http2priorityNode.ptr(new http2writeQueue.ptr(sliceType$24.nil), 0, 0, 0, new $Int64(0, 0), new $Int64(0, 0), ptrType$83.nil, ptrType$83.nil, ptrType$83.nil, ptrType$83.nil), {}, 0, sliceType$25.nil, sliceType$25.nil, cfg.MaxClosedNodesInTree, cfg.MaxIdleNodesInTree, 0, cfg.ThrottleOutOfOrderWrites, sliceType$25.nil, http2writeQueuePool.nil);
123470
123538
  _key = 0; (ws.nodes || $throwRuntimeError("assignment to entry in nil map"))[$Uint32.keyFor(_key)] = { k: _key, v: ws.root };
123471
123539
  if (cfg.ThrottleOutOfOrderWrites) {
123472
123540
  ws.writeThrottleLimit = 1024;
@@ -123485,24 +123553,24 @@ $packages["net/http"] = (function() {
123485
123553
  return;
123486
123554
  }
123487
123555
  parent$1 = n.parent;
123488
- if (!(parent$1 === ptrType$82.nil)) {
123489
- if (n.prev === ptrType$82.nil) {
123556
+ if (!(parent$1 === ptrType$83.nil)) {
123557
+ if (n.prev === ptrType$83.nil) {
123490
123558
  parent$1.kids = n.next;
123491
123559
  } else {
123492
123560
  n.prev.next = n.next;
123493
123561
  }
123494
- if (!(n.next === ptrType$82.nil)) {
123562
+ if (!(n.next === ptrType$83.nil)) {
123495
123563
  n.next.prev = n.prev;
123496
123564
  }
123497
123565
  }
123498
123566
  n.parent = parent;
123499
- if (parent === ptrType$82.nil) {
123500
- n.next = ptrType$82.nil;
123501
- n.prev = ptrType$82.nil;
123567
+ if (parent === ptrType$83.nil) {
123568
+ n.next = ptrType$83.nil;
123569
+ n.prev = ptrType$83.nil;
123502
123570
  } else {
123503
123571
  n.next = parent.kids;
123504
- n.prev = ptrType$82.nil;
123505
- if (!(n.next === ptrType$82.nil)) {
123572
+ n.prev = ptrType$83.nil;
123573
+ if (!(n.next === ptrType$83.nil)) {
123506
123574
  n.next.prev = n;
123507
123575
  }
123508
123576
  parent.kids = n;
@@ -123514,7 +123582,7 @@ $packages["net/http"] = (function() {
123514
123582
  n = this;
123515
123583
  n.bytes = (x$4 = n.bytes, x$5 = b, new $Int64(x$4.$high + x$5.$high, x$4.$low + x$5.$low));
123516
123584
  while (true) {
123517
- if (!(!(n === ptrType$82.nil))) { break; }
123585
+ if (!(!(n === ptrType$83.nil))) { break; }
123518
123586
  n.subtreeBytes = (x$6 = n.subtreeBytes, x$7 = b, new $Int64(x$6.$high + x$7.$high, x$6.$low + x$7.$low));
123519
123587
  n = n.parent;
123520
123588
  }
@@ -123532,7 +123600,7 @@ $packages["net/http"] = (function() {
123532
123600
  /* if (_v) { */ case 1:
123533
123601
  $s = -1; return true;
123534
123602
  /* } */ case 2:
123535
- if (n.kids === ptrType$82.nil) {
123603
+ if (n.kids === ptrType$83.nil) {
123536
123604
  $s = -1; return false;
123537
123605
  }
123538
123606
  if (!((n.id === 0))) {
@@ -123542,7 +123610,7 @@ $packages["net/http"] = (function() {
123542
123610
  needSort = false;
123543
123611
  k = n.kids.next;
123544
123612
  while (true) {
123545
- if (!(!(k === ptrType$82.nil))) { break; }
123613
+ if (!(!(k === ptrType$83.nil))) { break; }
123546
123614
  if (!((k.weight === w))) {
123547
123615
  needSort = true;
123548
123616
  break;
@@ -123554,7 +123622,7 @@ $packages["net/http"] = (function() {
123554
123622
  /* if (!needSort) { */ case 5:
123555
123623
  k$1 = n.kids;
123556
123624
  /* while (true) { */ case 7:
123557
- /* if (!(!(k$1 === ptrType$82.nil))) { break; } */ if(!(!(k$1 === ptrType$82.nil))) { $s = 8; continue; }
123625
+ /* if (!(!(k$1 === ptrType$83.nil))) { break; } */ if(!(!(k$1 === ptrType$83.nil))) { $s = 8; continue; }
123558
123626
  _r$3 = k$1.walkReadyInOrder(openParent, tmp, f); /* */ $s = 11; case 11: if($c) { $c = false; _r$3 = _r$3.$blk(); } if (_r$3 && _r$3.$blk !== undefined) { break s; }
123559
123627
  /* */ if (_r$3) { $s = 9; continue; }
123560
123628
  /* */ $s = 10; continue;
@@ -123567,9 +123635,9 @@ $packages["net/http"] = (function() {
123567
123635
  /* } */ case 6:
123568
123636
  tmp.$set($subslice((tmp.$get()), 0, 0));
123569
123637
  while (true) {
123570
- if (!(!(n.kids === ptrType$82.nil))) { break; }
123638
+ if (!(!(n.kids === ptrType$83.nil))) { break; }
123571
123639
  tmp.$set($append(tmp.$get(), n.kids));
123572
- n.kids.setParent(ptrType$82.nil);
123640
+ n.kids.setParent(ptrType$83.nil);
123573
123641
  }
123574
123642
  $r = sort.Sort(((x$4 = tmp.$get(), $subslice(new http2sortPriorityNodeSiblings(x$4.$array), x$4.$offset, x$4.$offset + x$4.$length)))); /* */ $s = 12; case 12: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
123575
123643
  i = tmp.$get().$length - 1 >> 0;
@@ -123580,7 +123648,7 @@ $packages["net/http"] = (function() {
123580
123648
  }
123581
123649
  k$2 = n.kids;
123582
123650
  /* while (true) { */ case 13:
123583
- /* if (!(!(k$2 === ptrType$82.nil))) { break; } */ if(!(!(k$2 === ptrType$82.nil))) { $s = 14; continue; }
123651
+ /* if (!(!(k$2 === ptrType$83.nil))) { break; } */ if(!(!(k$2 === ptrType$83.nil))) { $s = 14; continue; }
123584
123652
  _r$4 = k$2.walkReadyInOrder(openParent, tmp, f); /* */ $s = 17; case 17: if($c) { $c = false; _r$4 = _r$4.$blk(); } if (_r$4 && _r$4.$blk !== undefined) { break s; }
123585
123653
  /* */ if (_r$4) { $s = 15; continue; }
123586
123654
  /* */ $s = 16; continue;
@@ -123632,10 +123700,10 @@ $packages["net/http"] = (function() {
123632
123700
  var _entry, _entry$1, _key, _r$2, curr, n, options, parent, streamID, ws, $s, $r;
123633
123701
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _entry = $f._entry; _entry$1 = $f._entry$1; _key = $f._key; _r$2 = $f._r$2; curr = $f.curr; n = $f.n; options = $f.options; parent = $f.parent; streamID = $f.streamID; ws = $f.ws; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
123634
123702
  ws = this;
123635
- curr = (_entry = ws.nodes[$Uint32.keyFor(streamID)], _entry !== undefined ? _entry.v : ptrType$82.nil);
123636
- /* */ if (!(curr === ptrType$82.nil)) { $s = 1; continue; }
123703
+ curr = (_entry = ws.nodes[$Uint32.keyFor(streamID)], _entry !== undefined ? _entry.v : ptrType$83.nil);
123704
+ /* */ if (!(curr === ptrType$83.nil)) { $s = 1; continue; }
123637
123705
  /* */ $s = 2; continue;
123638
- /* if (!(curr === ptrType$82.nil)) { */ case 1:
123706
+ /* if (!(curr === ptrType$83.nil)) { */ case 1:
123639
123707
  /* */ if (!((curr.state === 2))) { $s = 3; continue; }
123640
123708
  /* */ $s = 4; continue;
123641
123709
  /* if (!((curr.state === 2))) { */ case 3:
@@ -123645,11 +123713,11 @@ $packages["net/http"] = (function() {
123645
123713
  curr.state = 0;
123646
123714
  $s = -1; return;
123647
123715
  /* } */ case 2:
123648
- parent = (_entry$1 = ws.nodes[$Uint32.keyFor(options.PusherID)], _entry$1 !== undefined ? _entry$1.v : ptrType$82.nil);
123649
- if (parent === ptrType$82.nil) {
123716
+ parent = (_entry$1 = ws.nodes[$Uint32.keyFor(options.PusherID)], _entry$1 !== undefined ? _entry$1.v : ptrType$83.nil);
123717
+ if (parent === ptrType$83.nil) {
123650
123718
  parent = ws.root;
123651
123719
  }
123652
- n = new http2priorityNode.ptr($clone((ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$83(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).get(), http2writeQueue), streamID, 15, 0, new $Int64(0, 0), new $Int64(0, 0), ptrType$82.nil, ptrType$82.nil, ptrType$82.nil, ptrType$82.nil);
123720
+ n = new http2priorityNode.ptr($clone((ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$84(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).get(), http2writeQueue), streamID, 15, 0, new $Int64(0, 0), new $Int64(0, 0), ptrType$83.nil, ptrType$83.nil, ptrType$83.nil, ptrType$83.nil);
123653
123721
  n.setParent(parent);
123654
123722
  _key = streamID; (ws.nodes || $throwRuntimeError("assignment to entry in nil map"))[$Uint32.keyFor(_key)] = { k: _key, v: n };
123655
123723
  if (streamID > ws.maxID) {
@@ -123667,26 +123735,26 @@ $packages["net/http"] = (function() {
123667
123735
  if (streamID === 0) {
123668
123736
  $panic(new $String("violation of WriteScheduler interface: cannot close stream 0"));
123669
123737
  }
123670
- /* */ if ((_entry = ws.nodes[$Uint32.keyFor(streamID)], _entry !== undefined ? _entry.v : ptrType$82.nil) === ptrType$82.nil) { $s = 1; continue; }
123738
+ /* */ if ((_entry = ws.nodes[$Uint32.keyFor(streamID)], _entry !== undefined ? _entry.v : ptrType$83.nil) === ptrType$83.nil) { $s = 1; continue; }
123671
123739
  /* */ $s = 2; continue;
123672
- /* if ((_entry = ws.nodes[$Uint32.keyFor(streamID)], _entry !== undefined ? _entry.v : ptrType$82.nil) === ptrType$82.nil) { */ case 1:
123740
+ /* if ((_entry = ws.nodes[$Uint32.keyFor(streamID)], _entry !== undefined ? _entry.v : ptrType$83.nil) === ptrType$83.nil) { */ case 1:
123673
123741
  _r$2 = fmt.Sprintf("violation of WriteScheduler interface: unknown stream %d", new sliceType([new $Uint32(streamID)])); /* */ $s = 3; case 3: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
123674
123742
  $panic(new $String(_r$2));
123675
123743
  /* } */ case 2:
123676
- /* */ if (!(((_entry$1 = ws.nodes[$Uint32.keyFor(streamID)], _entry$1 !== undefined ? _entry$1.v : ptrType$82.nil).state === 0))) { $s = 4; continue; }
123744
+ /* */ if (!(((_entry$1 = ws.nodes[$Uint32.keyFor(streamID)], _entry$1 !== undefined ? _entry$1.v : ptrType$83.nil).state === 0))) { $s = 4; continue; }
123677
123745
  /* */ $s = 5; continue;
123678
- /* if (!(((_entry$1 = ws.nodes[$Uint32.keyFor(streamID)], _entry$1 !== undefined ? _entry$1.v : ptrType$82.nil).state === 0))) { */ case 4:
123746
+ /* if (!(((_entry$1 = ws.nodes[$Uint32.keyFor(streamID)], _entry$1 !== undefined ? _entry$1.v : ptrType$83.nil).state === 0))) { */ case 4:
123679
123747
  _r$3 = fmt.Sprintf("violation of WriteScheduler interface: stream %d already closed", new sliceType([new $Uint32(streamID)])); /* */ $s = 6; case 6: if($c) { $c = false; _r$3 = _r$3.$blk(); } if (_r$3 && _r$3.$blk !== undefined) { break s; }
123680
123748
  $panic(new $String(_r$3));
123681
123749
  /* } */ case 5:
123682
- n = (_entry$2 = ws.nodes[$Uint32.keyFor(streamID)], _entry$2 !== undefined ? _entry$2.v : ptrType$82.nil);
123750
+ n = (_entry$2 = ws.nodes[$Uint32.keyFor(streamID)], _entry$2 !== undefined ? _entry$2.v : ptrType$83.nil);
123683
123751
  n.state = 1;
123684
123752
  n.addBytes((x$4 = n.bytes, new $Int64(-x$4.$high, -x$4.$low)));
123685
123753
  q[0] = $clone(n.q, http2writeQueue);
123686
- (ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$83(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).put(q[0]);
123754
+ (ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$84(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).put(q[0]);
123687
123755
  n.q.s = sliceType$24.nil;
123688
123756
  if (ws.maxClosedNodesInTree > 0) {
123689
- ws.addClosedOrIdleNode((ws.$ptr_closedNodes || (ws.$ptr_closedNodes = new ptrType$84(function() { return this.$target.closedNodes; }, function($v) { this.$target.closedNodes = $v; }, ws))), ws.maxClosedNodesInTree, n);
123757
+ ws.addClosedOrIdleNode((ws.$ptr_closedNodes || (ws.$ptr_closedNodes = new ptrType$85(function() { return this.$target.closedNodes; }, function($v) { this.$target.closedNodes = $v; }, ws))), ws.maxClosedNodesInTree, n);
123690
123758
  } else {
123691
123759
  ws.removeNode(n);
123692
123760
  }
@@ -123700,19 +123768,19 @@ $packages["net/http"] = (function() {
123700
123768
  if (streamID === 0) {
123701
123769
  $panic(new $String("adjustPriority on root"));
123702
123770
  }
123703
- n = (_entry = ws.nodes[$Uint32.keyFor(streamID)], _entry !== undefined ? _entry.v : ptrType$82.nil);
123704
- if (n === ptrType$82.nil) {
123771
+ n = (_entry = ws.nodes[$Uint32.keyFor(streamID)], _entry !== undefined ? _entry.v : ptrType$83.nil);
123772
+ if (n === ptrType$83.nil) {
123705
123773
  if (streamID <= ws.maxID || (ws.maxIdleNodesInTree === 0)) {
123706
123774
  return;
123707
123775
  }
123708
123776
  ws.maxID = streamID;
123709
- n = new http2priorityNode.ptr($clone((ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$83(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).get(), http2writeQueue), streamID, 15, 2, new $Int64(0, 0), new $Int64(0, 0), ptrType$82.nil, ptrType$82.nil, ptrType$82.nil, ptrType$82.nil);
123777
+ n = new http2priorityNode.ptr($clone((ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$84(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).get(), http2writeQueue), streamID, 15, 2, new $Int64(0, 0), new $Int64(0, 0), ptrType$83.nil, ptrType$83.nil, ptrType$83.nil, ptrType$83.nil);
123710
123778
  n.setParent(ws.root);
123711
123779
  _key = streamID; (ws.nodes || $throwRuntimeError("assignment to entry in nil map"))[$Uint32.keyFor(_key)] = { k: _key, v: n };
123712
- ws.addClosedOrIdleNode((ws.$ptr_idleNodes || (ws.$ptr_idleNodes = new ptrType$84(function() { return this.$target.idleNodes; }, function($v) { this.$target.idleNodes = $v; }, ws))), ws.maxIdleNodesInTree, n);
123780
+ ws.addClosedOrIdleNode((ws.$ptr_idleNodes || (ws.$ptr_idleNodes = new ptrType$85(function() { return this.$target.idleNodes; }, function($v) { this.$target.idleNodes = $v; }, ws))), ws.maxIdleNodesInTree, n);
123713
123781
  }
123714
- parent = (_entry$1 = ws.nodes[$Uint32.keyFor(priority.StreamDep)], _entry$1 !== undefined ? _entry$1.v : ptrType$82.nil);
123715
- if (parent === ptrType$82.nil) {
123782
+ parent = (_entry$1 = ws.nodes[$Uint32.keyFor(priority.StreamDep)], _entry$1 !== undefined ? _entry$1.v : ptrType$83.nil);
123783
+ if (parent === ptrType$83.nil) {
123716
123784
  n.setParent(ws.root);
123717
123785
  n.weight = 15;
123718
123786
  return;
@@ -123722,7 +123790,7 @@ $packages["net/http"] = (function() {
123722
123790
  }
123723
123791
  x$4 = parent.parent;
123724
123792
  while (true) {
123725
- if (!(!(x$4 === ptrType$82.nil))) { break; }
123793
+ if (!(!(x$4 === ptrType$83.nil))) { break; }
123726
123794
  if (x$4 === n) {
123727
123795
  parent.setParent(n.parent);
123728
123796
  break;
@@ -123732,7 +123800,7 @@ $packages["net/http"] = (function() {
123732
123800
  if (priority.Exclusive) {
123733
123801
  k = parent.kids;
123734
123802
  while (true) {
123735
- if (!(!(k === ptrType$82.nil))) { break; }
123803
+ if (!(!(k === ptrType$83.nil))) { break; }
123736
123804
  next = k.next;
123737
123805
  if (!(k === n)) {
123738
123806
  k.setParent(n);
@@ -123747,13 +123815,13 @@ $packages["net/http"] = (function() {
123747
123815
  http2priorityWriteScheduler.ptr.prototype.Push = function(wr) {
123748
123816
  var _entry, id, n, wr, ws;
123749
123817
  ws = this;
123750
- n = ptrType$82.nil;
123818
+ n = ptrType$83.nil;
123751
123819
  id = $clone(wr, http2FrameWriteRequest).StreamID();
123752
123820
  if (id === 0) {
123753
123821
  n = ws.root;
123754
123822
  } else {
123755
- n = (_entry = ws.nodes[$Uint32.keyFor(id)], _entry !== undefined ? _entry.v : ptrType$82.nil);
123756
- if (n === ptrType$82.nil) {
123823
+ n = (_entry = ws.nodes[$Uint32.keyFor(id)], _entry !== undefined ? _entry.v : ptrType$83.nil);
123824
+ if (n === ptrType$83.nil) {
123757
123825
  if ($clone(wr, http2FrameWriteRequest).DataSize() > 0) {
123758
123826
  $panic(new $String("add DATA on non-open stream"));
123759
123827
  }
@@ -123772,7 +123840,7 @@ $packages["net/http"] = (function() {
123772
123840
  wr[0] = new http2FrameWriteRequest.ptr($ifaceNil, ptrType$5.nil, $chanNil);
123773
123841
  ok[0] = false;
123774
123842
  ws[0] = this;
123775
- _r$2 = ws[0].root.walkReadyInOrder(false, (ws[0].$ptr_tmp || (ws[0].$ptr_tmp = new ptrType$84(function() { return this.$target.tmp; }, function($v) { this.$target.tmp = $v; }, ws[0]))), (function(ok, wr, ws) { return function(n, openParent) {
123843
+ _r$2 = ws[0].root.walkReadyInOrder(false, (ws[0].$ptr_tmp || (ws[0].$ptr_tmp = new ptrType$85(function() { return this.$target.tmp; }, function($v) { this.$target.tmp = $v; }, ws[0]))), (function(ok, wr, ws) { return function(n, openParent) {
123776
123844
  var _tuple, limit, n, openParent;
123777
123845
  limit = 2147483647;
123778
123846
  if (openParent) {
@@ -123824,11 +123892,11 @@ $packages["net/http"] = (function() {
123824
123892
  ws = this;
123825
123893
  k = n.kids;
123826
123894
  while (true) {
123827
- if (!(!(k === ptrType$82.nil))) { break; }
123895
+ if (!(!(k === ptrType$83.nil))) { break; }
123828
123896
  k.setParent(n.parent);
123829
123897
  k = k.next;
123830
123898
  }
123831
- n.setParent(ptrType$82.nil);
123899
+ n.setParent(ptrType$83.nil);
123832
123900
  delete ws.nodes[$Uint32.keyFor(n.id)];
123833
123901
  };
123834
123902
  http2priorityWriteScheduler.prototype.removeNode = function(n) { return this.$val.removeNode(n); };
@@ -123843,14 +123911,14 @@ $packages["net/http"] = (function() {
123843
123911
  http2randomWriteScheduler.ptr.prototype.CloseStream = function(streamID) {
123844
123912
  var _entry, _tuple, ok, q, streamID, ws;
123845
123913
  ws = this;
123846
- _tuple = (_entry = ws.sq[$Uint32.keyFor(streamID)], _entry !== undefined ? [_entry.v, true] : [ptrType$80.nil, false]);
123914
+ _tuple = (_entry = ws.sq[$Uint32.keyFor(streamID)], _entry !== undefined ? [_entry.v, true] : [ptrType$81.nil, false]);
123847
123915
  q = _tuple[0];
123848
123916
  ok = _tuple[1];
123849
123917
  if (!ok) {
123850
123918
  return;
123851
123919
  }
123852
123920
  delete ws.sq[$Uint32.keyFor(streamID)];
123853
- (ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$83(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).put(q);
123921
+ (ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$84(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).put(q);
123854
123922
  };
123855
123923
  http2randomWriteScheduler.prototype.CloseStream = function(streamID) { return this.$val.CloseStream(streamID); };
123856
123924
  http2randomWriteScheduler.ptr.prototype.AdjustStream = function(streamID, priority) {
@@ -123866,11 +123934,11 @@ $packages["net/http"] = (function() {
123866
123934
  ws.zero.push($clone(wr, http2FrameWriteRequest));
123867
123935
  return;
123868
123936
  }
123869
- _tuple = (_entry = ws.sq[$Uint32.keyFor(id)], _entry !== undefined ? [_entry.v, true] : [ptrType$80.nil, false]);
123937
+ _tuple = (_entry = ws.sq[$Uint32.keyFor(id)], _entry !== undefined ? [_entry.v, true] : [ptrType$81.nil, false]);
123870
123938
  q = _tuple[0];
123871
123939
  ok = _tuple[1];
123872
123940
  if (!ok) {
123873
- q = (ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$83(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).get();
123941
+ q = (ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$84(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).get();
123874
123942
  _key = id; (ws.sq || $throwRuntimeError("assignment to entry in nil map"))[$Uint32.keyFor(_key)] = { k: _key, v: q };
123875
123943
  }
123876
123944
  q.push($clone(wr, http2FrameWriteRequest));
@@ -123900,7 +123968,7 @@ $packages["net/http"] = (function() {
123900
123968
  if (ok) {
123901
123969
  if (q.empty()) {
123902
123970
  delete ws.sq[$Uint32.keyFor(streamID)];
123903
- (ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$83(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).put(q);
123971
+ (ws.$ptr_queuePool || (ws.$ptr_queuePool = new ptrType$84(function() { return this.$target.queuePool; }, function($v) { this.$target.queuePool = $v; }, ws))).put(q);
123904
123972
  }
123905
123973
  return [wr, true];
123906
123974
  }
@@ -124072,10 +124140,10 @@ $packages["net/http"] = (function() {
124072
124140
  var _entry, _entry$1, _i, _keys, _r$2, _ref, _tmp, _tmp$1, exclude, h, hs, k, kvs, vv, $s, $r;
124073
124141
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _entry = $f._entry; _entry$1 = $f._entry$1; _i = $f._i; _keys = $f._keys; _r$2 = $f._r$2; _ref = $f._ref; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; exclude = $f.exclude; h = $f.h; hs = $f.hs; k = $f.k; kvs = $f.kvs; vv = $f.vv; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
124074
124142
  kvs = sliceType$5.nil;
124075
- hs = ptrType$85.nil;
124143
+ hs = ptrType$86.nil;
124076
124144
  h = this.$val;
124077
124145
  _r$2 = headerSorterPool.Get(); /* */ $s = 1; case 1: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
124078
- hs = $assertType(_r$2, ptrType$85);
124146
+ hs = $assertType(_r$2, ptrType$86);
124079
124147
  if (hs.kvs.$capacity < $keys(h).length) {
124080
124148
  hs.kvs = $makeSlice(sliceType$5, 0, $keys(h).length);
124081
124149
  }
@@ -124440,10 +124508,10 @@ $packages["net/http"] = (function() {
124440
124508
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; r = $f.r; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
124441
124509
  r = this;
124442
124510
  if (r.MultipartForm === multipartByReader) {
124443
- $s = -1; return [ptrType$86.nil, errors.New("http: MultipartReader called twice")];
124511
+ $s = -1; return [ptrType$87.nil, errors.New("http: MultipartReader called twice")];
124444
124512
  }
124445
124513
  if (!(r.MultipartForm === ptrType$20.nil)) {
124446
- $s = -1; return [ptrType$86.nil, errors.New("http: multipart handled by ParseMultipartForm")];
124514
+ $s = -1; return [ptrType$87.nil, errors.New("http: multipart handled by ParseMultipartForm")];
124447
124515
  }
124448
124516
  r.MultipartForm = multipartByReader;
124449
124517
  _r$2 = r.multipartReader(true); /* */ $s = 1; case 1: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
@@ -124458,7 +124526,7 @@ $packages["net/http"] = (function() {
124458
124526
  _r$2 = new Header(r.Header).Get("Content-Type"); /* */ $s = 1; case 1: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
124459
124527
  v = _r$2;
124460
124528
  if (v === "") {
124461
- $s = -1; return [ptrType$86.nil, $pkg.ErrNotMultipart];
124529
+ $s = -1; return [ptrType$87.nil, $pkg.ErrNotMultipart];
124462
124530
  }
124463
124531
  _r$3 = mime.ParseMediaType(v); /* */ $s = 2; case 2: if($c) { $c = false; _r$3 = _r$3.$blk(); } if (_r$3 && _r$3.$blk !== undefined) { break s; }
124464
124532
  _tuple = _r$3;
@@ -124466,13 +124534,13 @@ $packages["net/http"] = (function() {
124466
124534
  params = _tuple[1];
124467
124535
  err = _tuple[2];
124468
124536
  if (!($interfaceIsEqual(err, $ifaceNil)) || !(d === "multipart/form-data" || allowMixed && d === "multipart/mixed")) {
124469
- $s = -1; return [ptrType$86.nil, $pkg.ErrNotMultipart];
124537
+ $s = -1; return [ptrType$87.nil, $pkg.ErrNotMultipart];
124470
124538
  }
124471
124539
  _tuple$1 = (_entry = params[$String.keyFor("boundary")], _entry !== undefined ? [_entry.v, true] : ["", false]);
124472
124540
  boundary = _tuple$1[0];
124473
124541
  ok = _tuple$1[1];
124474
124542
  if (!ok) {
124475
- $s = -1; return [ptrType$86.nil, $pkg.ErrMissingBoundary];
124543
+ $s = -1; return [ptrType$87.nil, $pkg.ErrMissingBoundary];
124476
124544
  }
124477
124545
  $s = -1; return [multipart.NewReader(r.Body, boundary), $ifaceNil];
124478
124546
  /* */ } return; } if ($f === undefined) { $f = { $blk: Request.ptr.prototype.multipartReader }; } $f._entry = _entry; $f._r$2 = _r$2; $f._r$3 = _r$3; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f.allowMixed = allowMixed; $f.boundary = boundary; $f.d = d; $f.err = err; $f.ok = ok; $f.params = params; $f.r = r; $f.v = v; $f.$s = $s; $f.$r = $r; return $f;
@@ -124957,7 +125025,7 @@ $packages["net/http"] = (function() {
124957
125025
  _r$2 = textprotoReaderPool.Get(); /* */ $s = 1; case 1: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
124958
125026
  v = _r$2;
124959
125027
  if (!($interfaceIsEqual(v, $ifaceNil))) {
124960
- tr = $assertType(v, ptrType$89);
125028
+ tr = $assertType(v, ptrType$90);
124961
125029
  tr.R = br;
124962
125030
  $s = -1; return tr;
124963
125031
  }
@@ -124967,7 +125035,7 @@ $packages["net/http"] = (function() {
124967
125035
  };
124968
125036
  putTextprotoReader = function(r) {
124969
125037
  var r;
124970
- r.R = ptrType$75.nil;
125038
+ r.R = ptrType$77.nil;
124971
125039
  textprotoReaderPool.Put(r);
124972
125040
  };
124973
125041
  readRequest = function(b, deleteHostHeader) {
@@ -125211,7 +125279,7 @@ $packages["net/http"] = (function() {
125211
125279
  /* if (ct === "application/x-www-form-urlencoded") { */ case 4:
125212
125280
  reader = r.Body;
125213
125281
  maxFormSize = new $Int64(2147483647, 4294967295);
125214
- _tuple$1 = $assertType(r.Body, ptrType$90, true);
125282
+ _tuple$1 = $assertType(r.Body, ptrType$91, true);
125215
125283
  ok = _tuple$1[1];
125216
125284
  if (!ok) {
125217
125285
  maxFormSize = new $Int64(0, 10485760);
@@ -125655,12 +125723,12 @@ $packages["net/http"] = (function() {
125655
125723
  var _r$2, _r$3, _r$4, _tmp, _tmp$1, _tmp$2, _tmp$3, _tmp$4, _tmp$5, _tuple, buf, c, err, err$1, rwc, $s, $r;
125656
125724
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; _tmp$2 = $f._tmp$2; _tmp$3 = $f._tmp$3; _tmp$4 = $f._tmp$4; _tmp$5 = $f._tmp$5; _tuple = $f._tuple; buf = $f.buf; c = $f.c; err = $f.err; err$1 = $f.err$1; rwc = $f.rwc; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
125657
125725
  rwc = $ifaceNil;
125658
- buf = ptrType$91.nil;
125726
+ buf = ptrType$92.nil;
125659
125727
  err = $ifaceNil;
125660
125728
  c = this;
125661
125729
  if (c.hijackedv) {
125662
125730
  _tmp = $ifaceNil;
125663
- _tmp$1 = ptrType$91.nil;
125731
+ _tmp$1 = ptrType$92.nil;
125664
125732
  _tmp$2 = $pkg.ErrHijacked;
125665
125733
  rwc = _tmp;
125666
125734
  buf = _tmp$1;
@@ -125683,7 +125751,7 @@ $packages["net/http"] = (function() {
125683
125751
  /* */ $s = 7; continue;
125684
125752
  /* if (!($interfaceIsEqual(err$1, $ifaceNil))) { */ case 6:
125685
125753
  _tmp$3 = $ifaceNil;
125686
- _tmp$4 = ptrType$91.nil;
125754
+ _tmp$4 = ptrType$92.nil;
125687
125755
  _r$4 = fmt.Errorf("unexpected Peek failure reading buffered byte: %v", new sliceType([err$1])); /* */ $s = 8; case 8: if($c) { $c = false; _r$4 = _r$4.$blk(); } if (_r$4 && _r$4.$blk !== undefined) { break s; }
125688
125756
  _tmp$5 = _r$4;
125689
125757
  rwc = _tmp$3;
@@ -125845,17 +125913,17 @@ $packages["net/http"] = (function() {
125845
125913
  $ptrType(atomicBool).prototype.isSet = function() {
125846
125914
  var _ptr, b;
125847
125915
  b = this;
125848
- return !((atomic.LoadInt32(((_ptr = b, new ptrType$92(function() { return (_ptr.$get() >> 0); }, function($v) { _ptr.$set(($v >> 0)); }, _ptr.$target)))) === 0));
125916
+ return !((atomic.LoadInt32(((_ptr = b, new ptrType$93(function() { return (_ptr.$get() >> 0); }, function($v) { _ptr.$set(($v >> 0)); }, _ptr.$target)))) === 0));
125849
125917
  };
125850
125918
  $ptrType(atomicBool).prototype.setTrue = function() {
125851
125919
  var _ptr, b;
125852
125920
  b = this;
125853
- atomic.StoreInt32(((_ptr = b, new ptrType$92(function() { return (_ptr.$get() >> 0); }, function($v) { _ptr.$set(($v >> 0)); }, _ptr.$target))), 1);
125921
+ atomic.StoreInt32(((_ptr = b, new ptrType$93(function() { return (_ptr.$get() >> 0); }, function($v) { _ptr.$set(($v >> 0)); }, _ptr.$target))), 1);
125854
125922
  };
125855
125923
  $ptrType(atomicBool).prototype.setFalse = function() {
125856
125924
  var _ptr, b;
125857
125925
  b = this;
125858
- atomic.StoreInt32(((_ptr = b, new ptrType$92(function() { return (_ptr.$get() >> 0); }, function($v) { _ptr.$set(($v >> 0)); }, _ptr.$target))), 0);
125926
+ atomic.StoreInt32(((_ptr = b, new ptrType$93(function() { return (_ptr.$get() >> 0); }, function($v) { _ptr.$set(($v >> 0)); }, _ptr.$target))), 0);
125859
125927
  };
125860
125928
  response.ptr.prototype.declareTrailer = function(k) {
125861
125929
  var _r$2, _r$3, k, w, $s, $r;
@@ -125962,7 +126030,7 @@ $packages["net/http"] = (function() {
125962
126030
  var _r$2, c, rwc, srv, $s, $r;
125963
126031
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; c = $f.c; rwc = $f.rwc; srv = $f.srv; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
125964
126032
  srv = this;
125965
- c = new conn.ptr(srv, $throwNilPointerError, rwc, "", ptrType$21.nil, $ifaceNil, ptrType$93.nil, ptrType$75.nil, ptrType$9.nil, "", new atomic.Value.ptr($ifaceNil), new structType$2.ptr(new $Uint64(0, 0)), new sync.Mutex.ptr(0, 0), false);
126033
+ c = new conn.ptr(srv, $throwNilPointerError, rwc, "", ptrType$21.nil, $ifaceNil, ptrType$94.nil, ptrType$77.nil, ptrType$9.nil, "", new atomic.Value.ptr($ifaceNil), new structType$2.ptr(new $Uint64(0, 0)), new sync.Mutex.ptr(0, 0), false);
125966
126034
  /* */ if (false) { $s = 1; continue; }
125967
126035
  /* */ $s = 2; continue;
125968
126036
  /* if (false) { */ case 1:
@@ -125978,7 +126046,7 @@ $packages["net/http"] = (function() {
125978
126046
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; cr = $f.cr; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
125979
126047
  cr = this;
125980
126048
  $r = cr.mu.Lock(); /* */ $s = 1; case 1: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
125981
- if (cr.cond === ptrType$74.nil) {
126049
+ if (cr.cond === ptrType$73.nil) {
125982
126050
  cr.cond = sync.NewCond(cr.mu);
125983
126051
  }
125984
126052
  $s = -1; return;
@@ -126102,11 +126170,11 @@ $packages["net/http"] = (function() {
126102
126170
  var _tuple, cr, res, $s, $r;
126103
126171
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _tuple = $f._tuple; cr = $f.cr; res = $f.res; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
126104
126172
  cr = this;
126105
- _tuple = $assertType(cr.conn.curReq.Load(), ptrType$94, true);
126173
+ _tuple = $assertType(cr.conn.curReq.Load(), ptrType$95, true);
126106
126174
  res = _tuple[0];
126107
- /* */ if (!(res === ptrType$94.nil) && atomic.CompareAndSwapInt32((res.$ptr_didCloseNotify || (res.$ptr_didCloseNotify = new ptrType$92(function() { return this.$target.didCloseNotify; }, function($v) { this.$target.didCloseNotify = $v; }, res))), 0, 1)) { $s = 1; continue; }
126175
+ /* */ if (!(res === ptrType$95.nil) && atomic.CompareAndSwapInt32((res.$ptr_didCloseNotify || (res.$ptr_didCloseNotify = new ptrType$93(function() { return this.$target.didCloseNotify; }, function($v) { this.$target.didCloseNotify = $v; }, res))), 0, 1)) { $s = 1; continue; }
126108
126176
  /* */ $s = 2; continue;
126109
- /* if (!(res === ptrType$94.nil) && atomic.CompareAndSwapInt32((res.$ptr_didCloseNotify || (res.$ptr_didCloseNotify = new ptrType$92(function() { return this.$target.didCloseNotify; }, function($v) { this.$target.didCloseNotify = $v; }, res))), 0, 1)) { */ case 1:
126177
+ /* if (!(res === ptrType$95.nil) && atomic.CompareAndSwapInt32((res.$ptr_didCloseNotify || (res.$ptr_didCloseNotify = new ptrType$93(function() { return this.$target.didCloseNotify; }, function($v) { this.$target.didCloseNotify = $v; }, res))), 0, 1)) { */ case 1:
126110
126178
  $r = $send(res.closeNotifyCh, true); /* */ $s = 3; case 3: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
126111
126179
  /* } */ case 2:
126112
126180
  $s = -1; return;
@@ -126199,7 +126267,7 @@ $packages["net/http"] = (function() {
126199
126267
  } else if (_1 === (4096)) {
126200
126268
  return bufioWriter4kPool;
126201
126269
  }
126202
- return ptrType$95.nil;
126270
+ return ptrType$96.nil;
126203
126271
  };
126204
126272
  newBufioReader = function(r) {
126205
126273
  var _r$2, br, r, v, $s, $r;
@@ -126207,7 +126275,7 @@ $packages["net/http"] = (function() {
126207
126275
  _r$2 = bufioReaderPool.Get(); /* */ $s = 1; case 1: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
126208
126276
  v = _r$2;
126209
126277
  if (!($interfaceIsEqual(v, $ifaceNil))) {
126210
- br = $assertType(v, ptrType$75);
126278
+ br = $assertType(v, ptrType$77);
126211
126279
  br.Reset(r);
126212
126280
  $s = -1; return br;
126213
126281
  }
@@ -126223,9 +126291,9 @@ $packages["net/http"] = (function() {
126223
126291
  var _r$2, bw, pool, size, v, w, $s, $r;
126224
126292
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; bw = $f.bw; pool = $f.pool; size = $f.size; v = $f.v; w = $f.w; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
126225
126293
  pool = bufioWriterPool(size);
126226
- /* */ if (!(pool === ptrType$95.nil)) { $s = 1; continue; }
126294
+ /* */ if (!(pool === ptrType$96.nil)) { $s = 1; continue; }
126227
126295
  /* */ $s = 2; continue;
126228
- /* if (!(pool === ptrType$95.nil)) { */ case 1:
126296
+ /* if (!(pool === ptrType$96.nil)) { */ case 1:
126229
126297
  _r$2 = pool.Get(); /* */ $s = 3; case 3: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
126230
126298
  v = _r$2;
126231
126299
  if (!($interfaceIsEqual(v, $ifaceNil))) {
@@ -126241,7 +126309,7 @@ $packages["net/http"] = (function() {
126241
126309
  var bw, pool;
126242
126310
  bw.Reset($ifaceNil);
126243
126311
  pool = bufioWriterPool(bw.Available());
126244
- if (!(pool === ptrType$95.nil)) {
126312
+ if (!(pool === ptrType$96.nil)) {
126245
126313
  pool.Put(bw);
126246
126314
  }
126247
126315
  };
@@ -126339,14 +126407,14 @@ $packages["net/http"] = (function() {
126339
126407
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _entry = $f._entry; _entry$1 = $f._entry$1; _i = $f._i; _i$1 = $f._i$1; _keys = $f._keys; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _r$5 = $f._r$5; _r$6 = $f._r$6; _r$7 = $f._r$7; _r$8 = $f._r$8; _r$9 = $f._r$9; _ref = $f._ref; _ref$1 = $f._ref$1; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; _tmp$10 = $f._tmp$10; _tmp$11 = $f._tmp$11; _tmp$12 = $f._tmp$12; _tmp$13 = $f._tmp$13; _tmp$14 = $f._tmp$14; _tmp$15 = $f._tmp$15; _tmp$16 = $f._tmp$16; _tmp$17 = $f._tmp$17; _tmp$18 = $f._tmp$18; _tmp$19 = $f._tmp$19; _tmp$2 = $f._tmp$2; _tmp$3 = $f._tmp$3; _tmp$4 = $f._tmp$4; _tmp$5 = $f._tmp$5; _tmp$6 = $f._tmp$6; _tmp$7 = $f._tmp$7; _tmp$8 = $f._tmp$8; _tmp$9 = $f._tmp$9; _tuple = $f._tuple; _tuple$1 = $f._tuple$1; _tuple$2 = $f._tuple$2; _tuple$3 = $f._tuple$3; _tuple$4 = $f._tuple$4; body$1 = $f.body$1; c = $f.c; cancelCtx = $f.cancelCtx; ctx = $f.ctx; d = $f.d; d$1 = $f.d$1; d$2 = $f.d$2; err = $f.err; haveHost = $f.haveHost; hdrDeadline = $f.hdrDeadline; hosts = $f.hosts; isH2Upgrade = $f.isH2Upgrade; k = $f.k; ok = $f.ok; peek = $f.peek; req = $f.req; t0 = $f.t0; v = $f.v; vv = $f.vv; w = $f.w; wholeReqDeadline = $f.wholeReqDeadline; x$4 = $f.x$4; $s = $f.$s; $deferred = $f.$deferred; $r = $f.$r; } var $err = null; try { s: while (true) { switch ($s) { case 0: $deferred = []; $deferred.index = $curGoroutine.deferStack.length; $curGoroutine.deferStack.push($deferred);
126340
126408
  c = [c];
126341
126409
  d = [d];
126342
- w = ptrType$94.nil;
126410
+ w = ptrType$95.nil;
126343
126411
  err = $ifaceNil;
126344
126412
  c[0] = this;
126345
126413
  _r$2 = c[0].hijacked(); /* */ $s = 3; case 3: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
126346
126414
  /* */ if (_r$2) { $s = 1; continue; }
126347
126415
  /* */ $s = 2; continue;
126348
126416
  /* if (_r$2) { */ case 1:
126349
- _tmp = ptrType$94.nil;
126417
+ _tmp = ptrType$95.nil;
126350
126418
  _tmp$1 = $pkg.ErrHijacked;
126351
126419
  w = _tmp;
126352
126420
  err = _tmp$1;
@@ -126394,20 +126462,20 @@ $packages["net/http"] = (function() {
126394
126462
  err = _tuple$1[1];
126395
126463
  if (!($interfaceIsEqual(err, $ifaceNil))) {
126396
126464
  if (c[0].r.hitReadLimit()) {
126397
- _tmp$2 = ptrType$94.nil;
126465
+ _tmp$2 = ptrType$95.nil;
126398
126466
  _tmp$3 = errTooLarge;
126399
126467
  w = _tmp$2;
126400
126468
  err = _tmp$3;
126401
126469
  $s = -1; return [w, err];
126402
126470
  }
126403
- _tmp$4 = ptrType$94.nil;
126471
+ _tmp$4 = ptrType$95.nil;
126404
126472
  _tmp$5 = err;
126405
126473
  w = _tmp$4;
126406
126474
  err = _tmp$5;
126407
126475
  $s = -1; return [w, err];
126408
126476
  }
126409
126477
  if (!http1ServerSupportsRequest(req)) {
126410
- _tmp$6 = ptrType$94.nil;
126478
+ _tmp$6 = ptrType$95.nil;
126411
126479
  _tmp$7 = (x$4 = new statusError.ptr(505, "unsupported protocol version"), new x$4.constructor.elem(x$4));
126412
126480
  w = _tmp$6;
126413
126481
  err = _tmp$7;
@@ -126420,21 +126488,21 @@ $packages["net/http"] = (function() {
126420
126488
  haveHost = _tuple$2[1];
126421
126489
  isH2Upgrade = req.isH2Upgrade();
126422
126490
  if (req.ProtoAtLeast(1, 1) && (!haveHost || (hosts.$length === 0)) && !isH2Upgrade && !(req.Method === "CONNECT")) {
126423
- _tmp$8 = ptrType$94.nil;
126491
+ _tmp$8 = ptrType$95.nil;
126424
126492
  _tmp$9 = badRequestError("missing required Host header");
126425
126493
  w = _tmp$8;
126426
126494
  err = _tmp$9;
126427
126495
  $s = -1; return [w, err];
126428
126496
  }
126429
126497
  if (hosts.$length > 1) {
126430
- _tmp$10 = ptrType$94.nil;
126498
+ _tmp$10 = ptrType$95.nil;
126431
126499
  _tmp$11 = badRequestError("too many Host headers");
126432
126500
  w = _tmp$10;
126433
126501
  err = _tmp$11;
126434
126502
  $s = -1; return [w, err];
126435
126503
  }
126436
126504
  if ((hosts.$length === 1) && !httpguts.ValidHostHeader((0 >= hosts.$length ? ($throwRuntimeError("index out of range"), undefined) : hosts.$array[hosts.$offset + 0]))) {
126437
- _tmp$12 = ptrType$94.nil;
126505
+ _tmp$12 = ptrType$95.nil;
126438
126506
  _tmp$13 = badRequestError("malformed Host header");
126439
126507
  w = _tmp$12;
126440
126508
  err = _tmp$13;
@@ -126453,7 +126521,7 @@ $packages["net/http"] = (function() {
126453
126521
  k = _entry$1.k;
126454
126522
  vv = _entry$1.v;
126455
126523
  if (!httpguts.ValidHeaderFieldName(k)) {
126456
- _tmp$14 = ptrType$94.nil;
126524
+ _tmp$14 = ptrType$95.nil;
126457
126525
  _tmp$15 = badRequestError("invalid header name");
126458
126526
  w = _tmp$14;
126459
126527
  err = _tmp$15;
@@ -126465,7 +126533,7 @@ $packages["net/http"] = (function() {
126465
126533
  if (!(_i$1 < _ref$1.$length)) { break; }
126466
126534
  v = ((_i$1 < 0 || _i$1 >= _ref$1.$length) ? ($throwRuntimeError("index out of range"), undefined) : _ref$1.$array[_ref$1.$offset + _i$1]);
126467
126535
  if (!httpguts.ValidHeaderFieldValue(v)) {
126468
- _tmp$16 = ptrType$94.nil;
126536
+ _tmp$16 = ptrType$95.nil;
126469
126537
  _tmp$17 = badRequestError("invalid header value");
126470
126538
  w = _tmp$16;
126471
126539
  err = _tmp$17;
@@ -126483,7 +126551,7 @@ $packages["net/http"] = (function() {
126483
126551
  req.ctx = ctx;
126484
126552
  req.RemoteAddr = c[0].remoteAddr;
126485
126553
  req.TLS = c[0].tlsState;
126486
- _tuple$4 = $assertType(req.Body, ptrType$96, true);
126554
+ _tuple$4 = $assertType(req.Body, ptrType$97, true);
126487
126555
  body$1 = _tuple$4[0];
126488
126556
  ok = _tuple$4[1];
126489
126557
  if (ok) {
@@ -126495,7 +126563,7 @@ $packages["net/http"] = (function() {
126495
126563
  _r$8 = c[0].rwc.SetReadDeadline($clone(wholeReqDeadline, time.Time)); /* */ $s = 15; case 15: if($c) { $c = false; _r$8 = _r$8.$blk(); } if (_r$8 && _r$8.$blk !== undefined) { break s; }
126496
126564
  _r$8;
126497
126565
  /* } */ case 14:
126498
- w = new response.ptr(c[0], req, req.Body, cancelCtx, false, false, req.wantsHttp10KeepAlive(), req.wantsClose(), 0, new sync.Mutex.ptr(0, 0), ptrType$9.nil, new chunkWriter.ptr(ptrType$94.nil, false, false, false), {}, false, new $Int64(0, 0), new $Int64(-1, 4294967295), 0, false, false, sliceType$2.nil, 0, arrayType$1.zero(), arrayType$7.zero(), arrayType$8.zero(), new $Chan($Bool, 1), 0);
126566
+ w = new response.ptr(c[0], req, req.Body, cancelCtx, false, false, req.wantsHttp10KeepAlive(), req.wantsClose(), 0, new sync.Mutex.ptr(0, 0), ptrType$9.nil, new chunkWriter.ptr(ptrType$95.nil, false, false, false), {}, false, new $Int64(0, 0), new $Int64(-1, 4294967295), 0, false, false, sliceType$2.nil, 0, arrayType$1.zero(), arrayType$7.zero(), arrayType$8.zero(), new $Chan($Bool, 1), 0);
126499
126567
  if (isH2Upgrade) {
126500
126568
  w.closeAfterReply = true;
126501
126569
  }
@@ -126547,7 +126615,7 @@ $packages["net/http"] = (function() {
126547
126615
  pc = $makeSlice(sliceType$27, 16);
126548
126616
  n = runtime.Callers(1, pc);
126549
126617
  frames = runtime.CallersFrames($subslice(pc, 0, n));
126550
- frame = new runtime.Frame.ptr(0, ptrType$98.nil, "", "", 0, 0);
126618
+ frame = new runtime.Frame.ptr(0, ptrType$99.nil, "", "", 0, 0);
126551
126619
  while (true) {
126552
126620
  _tuple = frames.Next();
126553
126621
  frame$1 = $clone(_tuple[0], runtime.Frame);
@@ -126752,7 +126820,7 @@ $packages["net/http"] = (function() {
126752
126820
  if (new Header(header[0]).get("Connection") === "close" || !keepAlivesEnabled) {
126753
126821
  w.closeAfterReply = true;
126754
126822
  }
126755
- _tuple$1 = $assertType(w.req.Body, ptrType$99, true);
126823
+ _tuple$1 = $assertType(w.req.Body, ptrType$100, true);
126756
126824
  ecr = _tuple$1[0];
126757
126825
  ok = _tuple$1[1];
126758
126826
  if (ok && !(ecr.$ptr_sawEOF || (ecr.$ptr_sawEOF = new ptrType$24(function() { return this.$target.sawEOF; }, function($v) { this.$target.sawEOF = $v; }, ecr))).isSet()) {
@@ -126766,16 +126834,16 @@ $packages["net/http"] = (function() {
126766
126834
  discard = _tmp;
126767
126835
  tooBig = _tmp$1;
126768
126836
  _ref$2 = w.req.Body;
126769
- /* */ if ($assertType(_ref$2, ptrType$99, true)[1]) { $s = 6; continue; }
126770
- /* */ if ($assertType(_ref$2, ptrType$96, true)[1]) { $s = 7; continue; }
126837
+ /* */ if ($assertType(_ref$2, ptrType$100, true)[1]) { $s = 6; continue; }
126838
+ /* */ if ($assertType(_ref$2, ptrType$97, true)[1]) { $s = 7; continue; }
126771
126839
  /* */ $s = 8; continue;
126772
- /* if ($assertType(_ref$2, ptrType$99, true)[1]) { */ case 6:
126840
+ /* if ($assertType(_ref$2, ptrType$100, true)[1]) { */ case 6:
126773
126841
  bdy = _ref$2.$val;
126774
126842
  if (bdy.resp.wroteContinue) {
126775
126843
  discard = true;
126776
126844
  }
126777
126845
  $s = 9; continue;
126778
- /* } else if ($assertType(_ref$2, ptrType$96, true)[1]) { */ case 7:
126846
+ /* } else if ($assertType(_ref$2, ptrType$97, true)[1]) { */ case 7:
126779
126847
  bdy$1 = _ref$2.$val;
126780
126848
  $r = bdy$1.mu.Lock(); /* */ $s = 10; case 10: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
126781
126849
  if (bdy$1.closed) {
@@ -126868,27 +126936,25 @@ $packages["net/http"] = (function() {
126868
126936
  $r = delHeader("Content-Length"); /* */ $s = 42; case 42: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
126869
126937
  hasCL = false;
126870
126938
  /* } */ case 40:
126871
- /* */ if (w.req.Method === "HEAD" || !bodyAllowedForStatus(code)) { $s = 43; continue; }
126872
- /* */ if (code === 204) { $s = 44; continue; }
126873
- /* */ if (hasCL) { $s = 45; continue; }
126874
- /* */ if (w.req.ProtoAtLeast(1, 1)) { $s = 46; continue; }
126875
- /* */ $s = 47; continue;
126876
- /* if (w.req.Method === "HEAD" || !bodyAllowedForStatus(code)) { */ case 43:
126877
- $s = 48; continue;
126878
- /* } else if (code === 204) { */ case 44:
126939
+ /* */ if (w.req.Method === "HEAD" || !bodyAllowedForStatus(code) || (code === 204)) { $s = 43; continue; }
126940
+ /* */ if (hasCL) { $s = 44; continue; }
126941
+ /* */ if (w.req.ProtoAtLeast(1, 1)) { $s = 45; continue; }
126942
+ /* */ $s = 46; continue;
126943
+ /* if (w.req.Method === "HEAD" || !bodyAllowedForStatus(code) || (code === 204)) { */ case 43:
126944
+ $r = delHeader("Transfer-Encoding"); /* */ $s = 48; case 48: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
126945
+ $s = 47; continue;
126946
+ /* } else if (hasCL) { */ case 44:
126879
126947
  $r = delHeader("Transfer-Encoding"); /* */ $s = 49; case 49: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
126880
- $s = 48; continue;
126881
- /* } else if (hasCL) { */ case 45:
126882
- $r = delHeader("Transfer-Encoding"); /* */ $s = 50; case 50: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
126883
- $s = 48; continue;
126884
- /* } else if (w.req.ProtoAtLeast(1, 1)) { */ case 46:
126885
- /* */ if (hasTE && te === "identity") { $s = 51; continue; }
126886
- /* */ $s = 52; continue;
126887
- /* if (hasTE && te === "identity") { */ case 51:
126948
+ $s = 47; continue;
126949
+ /* } else if (w.req.ProtoAtLeast(1, 1)) { */ case 45:
126950
+ /* */ if (hasTE && te === "identity") { $s = 50; continue; }
126951
+ /* */ $s = 51; continue;
126952
+ /* if (hasTE && te === "identity") { */ case 50:
126888
126953
  cw.chunking = false;
126889
126954
  w.closeAfterReply = true;
126890
- $s = 53; continue;
126891
- /* } else { */ case 52:
126955
+ $r = delHeader("Transfer-Encoding"); /* */ $s = 53; case 53: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
126956
+ $s = 52; continue;
126957
+ /* } else { */ case 51:
126892
126958
  cw.chunking = true;
126893
126959
  setHeader.transferEncoding = "chunked";
126894
126960
  /* */ if (hasTE && te === "chunked") { $s = 54; continue; }
@@ -126896,12 +126962,12 @@ $packages["net/http"] = (function() {
126896
126962
  /* if (hasTE && te === "chunked") { */ case 54:
126897
126963
  $r = delHeader("Transfer-Encoding"); /* */ $s = 56; case 56: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
126898
126964
  /* } */ case 55:
126899
- /* } */ case 53:
126900
- $s = 48; continue;
126901
- /* } else { */ case 47:
126965
+ /* } */ case 52:
126966
+ $s = 47; continue;
126967
+ /* } else { */ case 46:
126902
126968
  w.closeAfterReply = true;
126903
126969
  $r = delHeader("Transfer-Encoding"); /* */ $s = 57; case 57: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
126904
- /* } */ case 48:
126970
+ /* } */ case 47:
126905
126971
  /* */ if (cw.chunking) { $s = 58; continue; }
126906
126972
  /* */ $s = 59; continue;
126907
126973
  /* if (cw.chunking) { */ case 58:
@@ -127164,7 +127230,7 @@ $packages["net/http"] = (function() {
127164
127230
  var _r$2, _tuple, _v, body$1, ok, w, $s, $r;
127165
127231
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; _tuple = $f._tuple; _v = $f._v; body$1 = $f.body$1; ok = $f.ok; w = $f.w; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
127166
127232
  w = this;
127167
- _tuple = $assertType(w.req.Body, ptrType$96, true);
127233
+ _tuple = $assertType(w.req.Body, ptrType$97, true);
127168
127234
  body$1 = _tuple[0];
127169
127235
  ok = _tuple[1];
127170
127236
  if (!(ok)) { _v = false; $s = 1; continue s; }
@@ -127194,9 +127260,9 @@ $packages["net/http"] = (function() {
127194
127260
  var _r$2, c, $s, $r;
127195
127261
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; c = $f.c; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
127196
127262
  c = this;
127197
- if (!(c.bufr === ptrType$75.nil)) {
127263
+ if (!(c.bufr === ptrType$77.nil)) {
127198
127264
  putBufioReader(c.bufr);
127199
- c.bufr = ptrType$75.nil;
127265
+ c.bufr = ptrType$77.nil;
127200
127266
  }
127201
127267
  /* */ if (!(c.bufw === ptrType$9.nil)) { $s = 1; continue; }
127202
127268
  /* */ $s = 2; continue;
@@ -127268,7 +127334,7 @@ $packages["net/http"] = (function() {
127268
127334
  $panic(new $String("internal error"));
127269
127335
  }
127270
127336
  packedState = (x$4 = ((x$5 = $shiftLeft64($clone(time.Now(), time.Time).Unix(), 8), new $Uint64(x$5.$high, x$5.$low))), x$6 = (new $Uint64(0, state)), new $Uint64(x$4.$high | x$6.$high, (x$4.$low | x$6.$low) >>> 0));
127271
- atomic.StoreUint64((x$7 = c.curState, (x$7.$ptr_atomic || (x$7.$ptr_atomic = new ptrType$100(function() { return this.$target.atomic; }, function($v) { this.$target.atomic = $v; }, x$7)))), packedState);
127337
+ atomic.StoreUint64((x$7 = c.curState, (x$7.$ptr_atomic || (x$7.$ptr_atomic = new ptrType$101(function() { return this.$target.atomic; }, function($v) { this.$target.atomic = $v; }, x$7)))), packedState);
127272
127338
  if (!runHook) {
127273
127339
  $s = -1; return;
127274
127340
  }
@@ -127287,7 +127353,7 @@ $packages["net/http"] = (function() {
127287
127353
  state = 0;
127288
127354
  unixSec = new $Int64(0, 0);
127289
127355
  c = this;
127290
- packedState = atomic.LoadUint64((x$4 = c.curState, (x$4.$ptr_atomic || (x$4.$ptr_atomic = new ptrType$100(function() { return this.$target.atomic; }, function($v) { this.$target.atomic = $v; }, x$4)))));
127356
+ packedState = atomic.LoadUint64((x$4 = c.curState, (x$4.$ptr_atomic || (x$4.$ptr_atomic = new ptrType$101(function() { return this.$target.atomic; }, function($v) { this.$target.atomic = $v; }, x$4)))));
127291
127357
  _tmp = ((new $Uint64(packedState.$high & 0, (packedState.$low & 255) >>> 0).$low >> 0));
127292
127358
  _tmp$1 = ((x$5 = $shiftRightUint64(packedState, 8), new $Int64(x$5.$high, x$5.$low)));
127293
127359
  state = _tmp;
@@ -127366,7 +127432,7 @@ $packages["net/http"] = (function() {
127366
127432
  $s = -1; return;
127367
127433
  /* */ } return; } if ($f === undefined) { $f = { $blk: $b }; } $f._r$6 = _r$6; $f.buf = buf; $f.err = err; $f.$s = $s; $f.$r = $r; return $f;
127368
127434
  }; })(c), []]);
127369
- _tuple = $assertType(c[0].rwc, ptrType$101, true);
127435
+ _tuple = $assertType(c[0].rwc, ptrType$76, true);
127370
127436
  tlsConn = _tuple[0];
127371
127437
  ok = _tuple[1];
127372
127438
  /* */ if (ok) { $s = 5; continue; }
@@ -127433,7 +127499,7 @@ $packages["net/http"] = (function() {
127433
127499
  cancelCtx = _tuple$2[1];
127434
127500
  c[0].cancelCtx = cancelCtx;
127435
127501
  $deferred.push([cancelCtx, []]);
127436
- c[0].r = new connReader.ptr(c[0], new sync.Mutex.ptr(0, 0), false, arrayType$6.zero(), ptrType$74.nil, false, false, new $Int64(0, 0));
127502
+ c[0].r = new connReader.ptr(c[0], new sync.Mutex.ptr(0, 0), false, arrayType$6.zero(), ptrType$73.nil, false, false, new $Int64(0, 0));
127437
127503
  _r$14 = newBufioReader(c[0].r); /* */ $s = 30; case 30: if($c) { $c = false; _r$14 = _r$14.$blk(); } if (_r$14 && _r$14.$blk !== undefined) { break s; }
127438
127504
  c[0].bufr = _r$14;
127439
127505
  _r$15 = newBufioWriterSize((x$4 = new checkConnErrorWriter.ptr(c[0]), new x$4.constructor.elem(x$4)), 4096); /* */ $s = 31; case 31: if($c) { $c = false; _r$15 = _r$15.$blk(); } if (_r$15 && _r$15.$blk !== undefined) { break s; }
@@ -127534,7 +127600,7 @@ $packages["net/http"] = (function() {
127534
127600
  $s = -1; return;
127535
127601
  /* } */ case 71:
127536
127602
  $r = c[0].setState(c[0].rwc, 2, true); /* */ $s = 78; case 78: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
127537
- c[0].curReq.Store((ptrType$94.nil));
127603
+ c[0].curReq.Store((ptrType$95.nil));
127538
127604
  if (!w.conn.server.doKeepAlives()) {
127539
127605
  $s = -1; return;
127540
127606
  }
@@ -127573,7 +127639,7 @@ $packages["net/http"] = (function() {
127573
127639
  var _r$2, _tmp, _tmp$1, _tmp$2, _tuple, buf, c, err, rwc, w, $s, $deferred, $r;
127574
127640
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; _tmp = $f._tmp; _tmp$1 = $f._tmp$1; _tmp$2 = $f._tmp$2; _tuple = $f._tuple; buf = $f.buf; c = $f.c; err = $f.err; rwc = $f.rwc; w = $f.w; $s = $f.$s; $deferred = $f.$deferred; $r = $f.$r; } var $err = null; try { s: while (true) { switch ($s) { case 0: $deferred = []; $deferred.index = $curGoroutine.deferStack.length; $curGoroutine.deferStack.push($deferred);
127575
127641
  rwc = $ifaceNil;
127576
- buf = ptrType$91.nil;
127642
+ buf = ptrType$92.nil;
127577
127643
  err = $ifaceNil;
127578
127644
  w = this;
127579
127645
  if ((w.$ptr_handlerDone || (w.$ptr_handlerDone = new ptrType$24(function() { return this.$target.handlerDone; }, function($v) { this.$target.handlerDone = $v; }, w))).isSet()) {
@@ -127619,14 +127685,14 @@ $packages["net/http"] = (function() {
127619
127685
  var _r$2, _ref, fn, rc, v, v$1, v$2, $s, $r;
127620
127686
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; _ref = $f._ref; fn = $f.fn; rc = $f.rc; v = $f.v; v$1 = $f.v$1; v$2 = $f.v$2; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
127621
127687
  _ref = rc;
127622
- /* */ if ($assertType(_ref, ptrType$99, true)[1]) { $s = 1; continue; }
127623
- /* */ if ($assertType(_ref, ptrType$96, true)[1]) { $s = 2; continue; }
127688
+ /* */ if ($assertType(_ref, ptrType$100, true)[1]) { $s = 1; continue; }
127689
+ /* */ if ($assertType(_ref, ptrType$97, true)[1]) { $s = 2; continue; }
127624
127690
  /* */ $s = 3; continue;
127625
- /* if ($assertType(_ref, ptrType$99, true)[1]) { */ case 1:
127691
+ /* if ($assertType(_ref, ptrType$100, true)[1]) { */ case 1:
127626
127692
  v = _ref.$val;
127627
127693
  $r = registerOnHitEOF(v.readCloser, fn); /* */ $s = 5; case 5: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
127628
127694
  $s = 4; continue;
127629
- /* } else if ($assertType(_ref, ptrType$96, true)[1]) { */ case 2:
127695
+ /* } else if ($assertType(_ref, ptrType$97, true)[1]) { */ case 2:
127630
127696
  v$1 = _ref.$val;
127631
127697
  $r = v$1.registerOnHitEOF(fn); /* */ $s = 6; case 6: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
127632
127698
  $s = 4; continue;
@@ -127645,14 +127711,14 @@ $packages["net/http"] = (function() {
127645
127711
  $s = -1; return false;
127646
127712
  }
127647
127713
  _ref = rc;
127648
- /* */ if ($assertType(_ref, ptrType$99, true)[1]) { $s = 1; continue; }
127649
- /* */ if ($assertType(_ref, ptrType$96, true)[1]) { $s = 2; continue; }
127714
+ /* */ if ($assertType(_ref, ptrType$100, true)[1]) { $s = 1; continue; }
127715
+ /* */ if ($assertType(_ref, ptrType$97, true)[1]) { $s = 2; continue; }
127650
127716
  /* */ $s = 3; continue;
127651
- /* if ($assertType(_ref, ptrType$99, true)[1]) { */ case 1:
127717
+ /* if ($assertType(_ref, ptrType$100, true)[1]) { */ case 1:
127652
127718
  v = _ref.$val;
127653
127719
  _r$2 = requestBodyRemains(v.readCloser); /* */ $s = 5; case 5: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
127654
127720
  $s = -1; return _r$2;
127655
- /* } else if ($assertType(_ref, ptrType$96, true)[1]) { */ case 2:
127721
+ /* } else if ($assertType(_ref, ptrType$97, true)[1]) { */ case 2:
127656
127722
  v$1 = _ref.$val;
127657
127723
  _r$3 = v$1.bodyRemains(); /* */ $s = 6; case 6: if($c) { $c = false; _r$3 = _r$3.$blk(); } if (_r$3 && _r$3.$blk !== undefined) { break s; }
127658
127724
  $s = -1; return _r$3;
@@ -128134,7 +128200,7 @@ $packages["net/http"] = (function() {
128134
128200
  c = _entry.k;
128135
128201
  _r$3 = c.rwc.Close(); /* */ $s = 5; case 5: if($c) { $c = false; _r$3 = _r$3.$blk(); } if (_r$3 && _r$3.$blk !== undefined) { break s; }
128136
128202
  _r$3;
128137
- delete srv.activeConn[ptrType$97.keyFor(c)];
128203
+ delete srv.activeConn[ptrType$98.keyFor(c)];
128138
128204
  _i++;
128139
128205
  /* } */ $s = 3; continue; case 4:
128140
128206
  $s = -1; return err;
@@ -128260,7 +128326,7 @@ $packages["net/http"] = (function() {
128260
128326
  /* } */ case 5:
128261
128327
  _r$2 = c.rwc.Close(); /* */ $s = 6; case 6: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
128262
128328
  _r$2;
128263
- delete s.activeConn[ptrType$97.keyFor(c)];
128329
+ delete s.activeConn[ptrType$98.keyFor(c)];
128264
128330
  _i++;
128265
128331
  /* } */ $s = 2; continue; case 3:
128266
128332
  $s = -1; return quiescent;
@@ -128514,9 +128580,9 @@ $packages["net/http"] = (function() {
128514
128580
  s.activeConn = {};
128515
128581
  }
128516
128582
  if (add) {
128517
- _key = c; (s.activeConn || $throwRuntimeError("assignment to entry in nil map"))[ptrType$97.keyFor(_key)] = { k: _key, v: new structType.ptr() };
128583
+ _key = c; (s.activeConn || $throwRuntimeError("assignment to entry in nil map"))[ptrType$98.keyFor(_key)] = { k: _key, v: new structType.ptr() };
128518
128584
  } else {
128519
- delete s.activeConn[ptrType$97.keyFor(c)];
128585
+ delete s.activeConn[ptrType$98.keyFor(c)];
128520
128586
  }
128521
128587
  $s = -1; return;
128522
128588
  /* */ } return; } } catch(err) { $err = err; $s = -1; } finally { $callDeferred($deferred, $err); if($curGoroutine.asleep) { if ($f === undefined) { $f = { $blk: Server.ptr.prototype.trackConn }; } $f._key = _key; $f.add = add; $f.c = c; $f.s = s; $f.$s = $s; $f.$deferred = $deferred; $f.$r = $r; return $f; } }
@@ -128543,7 +128609,7 @@ $packages["net/http"] = (function() {
128543
128609
  Server.ptr.prototype.doKeepAlives = function() {
128544
128610
  var s;
128545
128611
  s = this;
128546
- return (atomic.LoadInt32((s.$ptr_disableKeepAlives || (s.$ptr_disableKeepAlives = new ptrType$92(function() { return this.$target.disableKeepAlives; }, function($v) { this.$target.disableKeepAlives = $v; }, s)))) === 0) && !s.shuttingDown();
128612
+ return (atomic.LoadInt32((s.$ptr_disableKeepAlives || (s.$ptr_disableKeepAlives = new ptrType$93(function() { return this.$target.disableKeepAlives; }, function($v) { this.$target.disableKeepAlives = $v; }, s)))) === 0) && !s.shuttingDown();
128547
128613
  };
128548
128614
  Server.prototype.doKeepAlives = function() { return this.$val.doKeepAlives(); };
128549
128615
  Server.ptr.prototype.shuttingDown = function() {
@@ -128557,10 +128623,10 @@ $packages["net/http"] = (function() {
128557
128623
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; srv = $f.srv; v = $f.v; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
128558
128624
  srv = this;
128559
128625
  if (v) {
128560
- atomic.StoreInt32((srv.$ptr_disableKeepAlives || (srv.$ptr_disableKeepAlives = new ptrType$92(function() { return this.$target.disableKeepAlives; }, function($v) { this.$target.disableKeepAlives = $v; }, srv))), 0);
128626
+ atomic.StoreInt32((srv.$ptr_disableKeepAlives || (srv.$ptr_disableKeepAlives = new ptrType$93(function() { return this.$target.disableKeepAlives; }, function($v) { this.$target.disableKeepAlives = $v; }, srv))), 0);
128561
128627
  $s = -1; return;
128562
128628
  }
128563
- atomic.StoreInt32((srv.$ptr_disableKeepAlives || (srv.$ptr_disableKeepAlives = new ptrType$92(function() { return this.$target.disableKeepAlives; }, function($v) { this.$target.disableKeepAlives = $v; }, srv))), 1);
128629
+ atomic.StoreInt32((srv.$ptr_disableKeepAlives || (srv.$ptr_disableKeepAlives = new ptrType$93(function() { return this.$target.disableKeepAlives; }, function($v) { this.$target.disableKeepAlives = $v; }, srv))), 1);
128564
128630
  _r$2 = srv.closeIdleConns(); /* */ $s = 1; case 1: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
128565
128631
  _r$2;
128566
128632
  $s = -1; return;
@@ -128655,7 +128721,7 @@ $packages["net/http"] = (function() {
128655
128721
  /* */ $s = 7; continue;
128656
128722
  /* if (srv.TLSNextProto === false) { */ case 6:
128657
128723
  conf = new http2Server.ptr(0, 0, 0, false, new time.Duration(0, 0), 0, 0, (function() {
128658
- return http2NewPriorityWriteScheduler(ptrType$81.nil);
128724
+ return http2NewPriorityWriteScheduler(ptrType$82.nil);
128659
128725
  }), ptrType$50.nil);
128660
128726
  _r$4 = http2ConfigureServer(srv, conf); /* */ $s = 8; case 8: if($c) { $c = false; _r$4 = _r$4.$blk(); } if (_r$4 && _r$4.$blk !== undefined) { break s; }
128661
128727
  srv.nextProtoErr = _r$4;
@@ -129612,9 +129678,9 @@ $packages["net/http"] = (function() {
129612
129678
  } else if ((realLength.$high === 0 && realLength.$low === 0)) {
129613
129679
  t.Body = new $pkg.NoBody.constructor.elem($pkg.NoBody);
129614
129680
  } else if ((realLength.$high > 0 || (realLength.$high === 0 && realLength.$low > 0))) {
129615
- t.Body = new body.ptr(io.LimitReader(r, realLength), $ifaceNil, ptrType$75.nil, t.Close, false, new sync.Mutex.ptr(0, 0), false, false, false, $throwNilPointerError);
129681
+ t.Body = new body.ptr(io.LimitReader(r, realLength), $ifaceNil, ptrType$77.nil, t.Close, false, new sync.Mutex.ptr(0, 0), false, false, false, $throwNilPointerError);
129616
129682
  } else if (t.Close) {
129617
- t.Body = new body.ptr(r, $ifaceNil, ptrType$75.nil, t.Close, false, new sync.Mutex.ptr(0, 0), false, false, false, $throwNilPointerError);
129683
+ t.Body = new body.ptr(r, $ifaceNil, ptrType$77.nil, t.Close, false, new sync.Mutex.ptr(0, 0), false, false, false, $throwNilPointerError);
129618
129684
  } else {
129619
129685
  t.Body = new $pkg.NoBody.constructor.elem($pkg.NoBody);
129620
129686
  }
@@ -129987,10 +130053,10 @@ $packages["net/http"] = (function() {
129987
130053
  _ref = b.hdr;
129988
130054
  if ($assertType(_ref, ptrType$6, true)[1]) {
129989
130055
  rr = _ref.$val;
129990
- mergeSetHeader((rr.$ptr_Trailer || (rr.$ptr_Trailer = new ptrType$76(function() { return this.$target.Trailer; }, function($v) { this.$target.Trailer = $v; }, rr))), (hdr));
130056
+ mergeSetHeader((rr.$ptr_Trailer || (rr.$ptr_Trailer = new ptrType$78(function() { return this.$target.Trailer; }, function($v) { this.$target.Trailer = $v; }, rr))), (hdr));
129991
130057
  } else if ($assertType(_ref, ptrType$18, true)[1]) {
129992
130058
  rr$1 = _ref.$val;
129993
- mergeSetHeader((rr$1.$ptr_Trailer || (rr$1.$ptr_Trailer = new ptrType$76(function() { return this.$target.Trailer; }, function($v) { this.$target.Trailer = $v; }, rr$1))), (hdr));
130059
+ mergeSetHeader((rr$1.$ptr_Trailer || (rr$1.$ptr_Trailer = new ptrType$78(function() { return this.$target.Trailer; }, function($v) { this.$target.Trailer = $v; }, rr$1))), (hdr));
129994
130060
  }
129995
130061
  $s = -1; return $ifaceNil;
129996
130062
  /* */ } return; } if ($f === undefined) { $f = { $blk: body.ptr.prototype.readTrailer }; } $f._r$2 = _r$2; $f._r$3 = _r$3; $f._r$4 = _r$4; $f._r$5 = _r$5; $f._r$6 = _r$6; $f._ref = _ref; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f.b = b; $f.buf = buf; $f.err = err; $f.hdr = hdr; $f.rr = rr; $f.rr$1 = rr$1; $f.$s = $s; $f.$r = $r; return $f;
@@ -130179,7 +130245,7 @@ $packages["net/http"] = (function() {
130179
130245
  var _r$2, _r$3, _r$4, _r$5, _r$6, _r$7, _ref, _tuple, ok, r, r$1, $s, $r;
130180
130246
  /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r$2 = $f._r$2; _r$3 = $f._r$3; _r$4 = $f._r$4; _r$5 = $f._r$5; _r$6 = $f._r$6; _r$7 = $f._r$7; _ref = $f._ref; _tuple = $f._tuple; ok = $f.ok; r = $f.r; r$1 = $f.r$1; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
130181
130247
  _ref = r;
130182
- if ($assertType(_ref, ptrType$87, true)[1] || $assertType(_ref, ptrType$38, true)[1] || $assertType(_ref, ptrType$88, true)[1]) {
130248
+ if ($assertType(_ref, ptrType$88, true)[1] || $assertType(_ref, ptrType$38, true)[1] || $assertType(_ref, ptrType$89, true)[1]) {
130183
130249
  $s = -1; return true;
130184
130250
  }
130185
130251
  _r$2 = reflect.TypeOf(r); /* */ $s = 3; case 3: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
@@ -130297,7 +130363,7 @@ $packages["net/http"] = (function() {
130297
130363
  ptrType$69.methods = [{prop: "Init", name: "Init", pkg: "", typ: $funcType([], [], false)}];
130298
130364
  ptrType$56.methods = [{prop: "Available", name: "Available", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "Flush", name: "Flush", pkg: "", typ: $funcType([], [$error], false)}];
130299
130365
  ptrType$71.methods = [{prop: "Len", name: "Len", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Swap", name: "Swap", pkg: "", typ: $funcType([$Int, $Int], [], false)}, {prop: "Less", name: "Less", pkg: "", typ: $funcType([$Int, $Int], [$Bool], false)}, {prop: "Keys", name: "Keys", pkg: "", typ: $funcType([Header], [sliceType$2], false)}, {prop: "SortStrings", name: "SortStrings", pkg: "", typ: $funcType([sliceType$2], [], false)}];
130300
- ptrType$68.methods = [{prop: "Len", name: "Len", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "CloseWithError", name: "CloseWithError", pkg: "", typ: $funcType([$error], [], false)}, {prop: "BreakWithError", name: "BreakWithError", pkg: "", typ: $funcType([$error], [], false)}, {prop: "closeWithErrorAndCode", name: "closeWithErrorAndCode", pkg: "net/http", typ: $funcType([$error, funcType], [], false)}, {prop: "closeWithError", name: "closeWithError", pkg: "net/http", typ: $funcType([ptrType$49, $error, funcType], [], false)}, {prop: "closeDoneLocked", name: "closeDoneLocked", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "Err", name: "Err", pkg: "", typ: $funcType([], [$error], false)}, {prop: "Done", name: "Done", pkg: "", typ: $funcType([], [chanType$3], false)}];
130366
+ ptrType$68.methods = [{prop: "setBuffer", name: "setBuffer", pkg: "net/http", typ: $funcType([http2pipeBuffer], [], false)}, {prop: "Len", name: "Len", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "CloseWithError", name: "CloseWithError", pkg: "", typ: $funcType([$error], [], false)}, {prop: "BreakWithError", name: "BreakWithError", pkg: "", typ: $funcType([$error], [], false)}, {prop: "closeWithErrorAndCode", name: "closeWithErrorAndCode", pkg: "net/http", typ: $funcType([$error, funcType], [], false)}, {prop: "closeWithError", name: "closeWithError", pkg: "net/http", typ: $funcType([ptrType$49, $error, funcType], [], false)}, {prop: "closeDoneLocked", name: "closeDoneLocked", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "Err", name: "Err", pkg: "", typ: $funcType([], [$error], false)}, {prop: "Done", name: "Done", pkg: "", typ: $funcType([], [chanType$3], false)}];
130301
130367
  ptrType$52.methods = [{prop: "initialConnRecvWindowSize", name: "initialConnRecvWindowSize", pkg: "net/http", typ: $funcType([], [$Int32], false)}, {prop: "initialStreamRecvWindowSize", name: "initialStreamRecvWindowSize", pkg: "net/http", typ: $funcType([], [$Int32], false)}, {prop: "maxReadFrameSize", name: "maxReadFrameSize", pkg: "net/http", typ: $funcType([], [$Uint32], false)}, {prop: "maxConcurrentStreams", name: "maxConcurrentStreams", pkg: "net/http", typ: $funcType([], [$Uint32], false)}, {prop: "maxQueuedControlFrames", name: "maxQueuedControlFrames", pkg: "net/http", typ: $funcType([], [$Int], false)}, {prop: "ServeConn", name: "ServeConn", pkg: "", typ: $funcType([net.Conn, ptrType$54], [], false)}];
130302
130368
  ptrType$50.methods = [{prop: "registerConn", name: "registerConn", pkg: "net/http", typ: $funcType([ptrType$8], [], false)}, {prop: "unregisterConn", name: "unregisterConn", pkg: "net/http", typ: $funcType([ptrType$8], [], false)}, {prop: "startGracefulShutdown", name: "startGracefulShutdown", pkg: "net/http", typ: $funcType([], [], false)}];
130303
130369
  ptrType$54.methods = [{prop: "context", name: "context", pkg: "net/http", typ: $funcType([], [context.Context], false)}, {prop: "baseConfig", name: "baseConfig", pkg: "net/http", typ: $funcType([], [ptrType$51], false)}, {prop: "handler", name: "handler", pkg: "net/http", typ: $funcType([], [Handler], false)}];
@@ -130320,33 +130386,33 @@ $packages["net/http"] = (function() {
130320
130386
  http2writeWindowUpdate.methods = [{prop: "staysWithinBuffer", name: "staysWithinBuffer", pkg: "net/http", typ: $funcType([$Int], [$Bool], false)}, {prop: "writeFrame", name: "writeFrame", pkg: "net/http", typ: $funcType([http2writeContext], [$error], false)}];
130321
130387
  http2FrameWriteRequest.methods = [{prop: "StreamID", name: "StreamID", pkg: "", typ: $funcType([], [$Uint32], false)}, {prop: "isControl", name: "isControl", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "DataSize", name: "DataSize", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Consume", name: "Consume", pkg: "", typ: $funcType([$Int32], [http2FrameWriteRequest, http2FrameWriteRequest, $Int], false)}, {prop: "String", name: "String", pkg: "", typ: $funcType([], [$String], false)}];
130322
130388
  ptrType$124.methods = [{prop: "replyToWriter", name: "replyToWriter", pkg: "net/http", typ: $funcType([$error], [], false)}];
130323
- ptrType$80.methods = [{prop: "empty", name: "empty", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "push", name: "push", pkg: "net/http", typ: $funcType([http2FrameWriteRequest], [], false)}, {prop: "shift", name: "shift", pkg: "net/http", typ: $funcType([], [http2FrameWriteRequest], false)}, {prop: "consume", name: "consume", pkg: "net/http", typ: $funcType([$Int32], [http2FrameWriteRequest, $Bool], false)}];
130324
- ptrType$83.methods = [{prop: "put", name: "put", pkg: "net/http", typ: $funcType([ptrType$80], [], false)}, {prop: "get", name: "get", pkg: "net/http", typ: $funcType([], [ptrType$80], false)}];
130325
- ptrType$82.methods = [{prop: "setParent", name: "setParent", pkg: "net/http", typ: $funcType([ptrType$82], [], false)}, {prop: "addBytes", name: "addBytes", pkg: "net/http", typ: $funcType([$Int64], [], false)}, {prop: "walkReadyInOrder", name: "walkReadyInOrder", pkg: "net/http", typ: $funcType([$Bool, ptrType$84, funcType$13], [$Bool], false)}];
130389
+ ptrType$81.methods = [{prop: "empty", name: "empty", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "push", name: "push", pkg: "net/http", typ: $funcType([http2FrameWriteRequest], [], false)}, {prop: "shift", name: "shift", pkg: "net/http", typ: $funcType([], [http2FrameWriteRequest], false)}, {prop: "consume", name: "consume", pkg: "net/http", typ: $funcType([$Int32], [http2FrameWriteRequest, $Bool], false)}];
130390
+ ptrType$84.methods = [{prop: "put", name: "put", pkg: "net/http", typ: $funcType([ptrType$81], [], false)}, {prop: "get", name: "get", pkg: "net/http", typ: $funcType([], [ptrType$81], false)}];
130391
+ ptrType$83.methods = [{prop: "setParent", name: "setParent", pkg: "net/http", typ: $funcType([ptrType$83], [], false)}, {prop: "addBytes", name: "addBytes", pkg: "net/http", typ: $funcType([$Int64], [], false)}, {prop: "walkReadyInOrder", name: "walkReadyInOrder", pkg: "net/http", typ: $funcType([$Bool, ptrType$85, funcType$13], [$Bool], false)}];
130326
130392
  http2sortPriorityNodeSiblings.methods = [{prop: "Len", name: "Len", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Swap", name: "Swap", pkg: "", typ: $funcType([$Int, $Int], [], false)}, {prop: "Less", name: "Less", pkg: "", typ: $funcType([$Int, $Int], [$Bool], false)}];
130327
- ptrType$125.methods = [{prop: "OpenStream", name: "OpenStream", pkg: "", typ: $funcType([$Uint32, http2OpenStreamOptions], [], false)}, {prop: "CloseStream", name: "CloseStream", pkg: "", typ: $funcType([$Uint32], [], false)}, {prop: "AdjustStream", name: "AdjustStream", pkg: "", typ: $funcType([$Uint32, http2PriorityParam], [], false)}, {prop: "Push", name: "Push", pkg: "", typ: $funcType([http2FrameWriteRequest], [], false)}, {prop: "Pop", name: "Pop", pkg: "", typ: $funcType([], [http2FrameWriteRequest, $Bool], false)}, {prop: "addClosedOrIdleNode", name: "addClosedOrIdleNode", pkg: "net/http", typ: $funcType([ptrType$84, $Int, ptrType$82], [], false)}, {prop: "removeNode", name: "removeNode", pkg: "net/http", typ: $funcType([ptrType$82], [], false)}];
130393
+ ptrType$125.methods = [{prop: "OpenStream", name: "OpenStream", pkg: "", typ: $funcType([$Uint32, http2OpenStreamOptions], [], false)}, {prop: "CloseStream", name: "CloseStream", pkg: "", typ: $funcType([$Uint32], [], false)}, {prop: "AdjustStream", name: "AdjustStream", pkg: "", typ: $funcType([$Uint32, http2PriorityParam], [], false)}, {prop: "Push", name: "Push", pkg: "", typ: $funcType([http2FrameWriteRequest], [], false)}, {prop: "Pop", name: "Pop", pkg: "", typ: $funcType([], [http2FrameWriteRequest, $Bool], false)}, {prop: "addClosedOrIdleNode", name: "addClosedOrIdleNode", pkg: "net/http", typ: $funcType([ptrType$85, $Int, ptrType$83], [], false)}, {prop: "removeNode", name: "removeNode", pkg: "net/http", typ: $funcType([ptrType$83], [], false)}];
130328
130394
  ptrType$126.methods = [{prop: "OpenStream", name: "OpenStream", pkg: "", typ: $funcType([$Uint32, http2OpenStreamOptions], [], false)}, {prop: "CloseStream", name: "CloseStream", pkg: "", typ: $funcType([$Uint32], [], false)}, {prop: "AdjustStream", name: "AdjustStream", pkg: "", typ: $funcType([$Uint32, http2PriorityParam], [], false)}, {prop: "Push", name: "Push", pkg: "", typ: $funcType([http2FrameWriteRequest], [], false)}, {prop: "Pop", name: "Pop", pkg: "", typ: $funcType([], [http2FrameWriteRequest, $Bool], false)}];
130329
- Header.methods = [{prop: "Add", name: "Add", pkg: "", typ: $funcType([$String, $String], [], false)}, {prop: "Set", name: "Set", pkg: "", typ: $funcType([$String, $String], [], false)}, {prop: "Get", name: "Get", pkg: "", typ: $funcType([$String], [$String], false)}, {prop: "Values", name: "Values", pkg: "", typ: $funcType([$String], [sliceType$2], false)}, {prop: "get", name: "get", pkg: "net/http", typ: $funcType([$String], [$String], false)}, {prop: "has", name: "has", pkg: "net/http", typ: $funcType([$String], [$Bool], false)}, {prop: "Del", name: "Del", pkg: "", typ: $funcType([$String], [], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([io.Writer], [$error], false)}, {prop: "write", name: "write", pkg: "net/http", typ: $funcType([io.Writer, ptrType$48], [$error], false)}, {prop: "Clone", name: "Clone", pkg: "", typ: $funcType([], [Header], false)}, {prop: "sortedKeyValues", name: "sortedKeyValues", pkg: "net/http", typ: $funcType([mapType$12], [sliceType$5, ptrType$85], false)}, {prop: "WriteSubset", name: "WriteSubset", pkg: "", typ: $funcType([io.Writer, mapType$12], [$error], false)}, {prop: "writeSubset", name: "writeSubset", pkg: "net/http", typ: $funcType([io.Writer, mapType$12, ptrType$48], [$error], false)}];
130395
+ Header.methods = [{prop: "Add", name: "Add", pkg: "", typ: $funcType([$String, $String], [], false)}, {prop: "Set", name: "Set", pkg: "", typ: $funcType([$String, $String], [], false)}, {prop: "Get", name: "Get", pkg: "", typ: $funcType([$String], [$String], false)}, {prop: "Values", name: "Values", pkg: "", typ: $funcType([$String], [sliceType$2], false)}, {prop: "get", name: "get", pkg: "net/http", typ: $funcType([$String], [$String], false)}, {prop: "has", name: "has", pkg: "net/http", typ: $funcType([$String], [$Bool], false)}, {prop: "Del", name: "Del", pkg: "", typ: $funcType([$String], [], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([io.Writer], [$error], false)}, {prop: "write", name: "write", pkg: "net/http", typ: $funcType([io.Writer, ptrType$48], [$error], false)}, {prop: "Clone", name: "Clone", pkg: "", typ: $funcType([], [Header], false)}, {prop: "sortedKeyValues", name: "sortedKeyValues", pkg: "net/http", typ: $funcType([mapType$12], [sliceType$5, ptrType$86], false)}, {prop: "WriteSubset", name: "WriteSubset", pkg: "", typ: $funcType([io.Writer, mapType$12], [$error], false)}, {prop: "writeSubset", name: "writeSubset", pkg: "net/http", typ: $funcType([io.Writer, mapType$12, ptrType$48], [$error], false)}];
130330
130396
  stringWriter.methods = [{prop: "WriteString", name: "WriteString", pkg: "", typ: $funcType([$String], [$Int, $error], false)}];
130331
- ptrType$85.methods = [{prop: "Len", name: "Len", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Swap", name: "Swap", pkg: "", typ: $funcType([$Int, $Int], [], false)}, {prop: "Less", name: "Less", pkg: "", typ: $funcType([$Int, $Int], [$Bool], false)}];
130397
+ ptrType$86.methods = [{prop: "Len", name: "Len", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Swap", name: "Swap", pkg: "", typ: $funcType([$Int, $Int], [], false)}, {prop: "Less", name: "Less", pkg: "", typ: $funcType([$Int, $Int], [$Bool], false)}];
130332
130398
  ptrType$127.methods = [{prop: "String", name: "String", pkg: "", typ: $funcType([], [$String], false)}];
130333
130399
  noBody.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}, {prop: "WriteTo", name: "WriteTo", pkg: "", typ: $funcType([io.Writer], [$Int64, $error], false)}];
130334
130400
  ptrType$128.methods = [{prop: "Error", name: "Error", pkg: "", typ: $funcType([], [$String], false)}];
130335
- ptrType$6.methods = [{prop: "Context", name: "Context", pkg: "", typ: $funcType([], [context.Context], false)}, {prop: "WithContext", name: "WithContext", pkg: "", typ: $funcType([context.Context], [ptrType$6], false)}, {prop: "Clone", name: "Clone", pkg: "", typ: $funcType([context.Context], [ptrType$6], false)}, {prop: "ProtoAtLeast", name: "ProtoAtLeast", pkg: "", typ: $funcType([$Int, $Int], [$Bool], false)}, {prop: "UserAgent", name: "UserAgent", pkg: "", typ: $funcType([], [$String], false)}, {prop: "Cookies", name: "Cookies", pkg: "", typ: $funcType([], [sliceType$9], false)}, {prop: "Cookie", name: "Cookie", pkg: "", typ: $funcType([$String], [ptrType$26, $error], false)}, {prop: "AddCookie", name: "AddCookie", pkg: "", typ: $funcType([ptrType$26], [], false)}, {prop: "Referer", name: "Referer", pkg: "", typ: $funcType([], [$String], false)}, {prop: "MultipartReader", name: "MultipartReader", pkg: "", typ: $funcType([], [ptrType$86, $error], false)}, {prop: "multipartReader", name: "multipartReader", pkg: "net/http", typ: $funcType([$Bool], [ptrType$86, $error], false)}, {prop: "isH2Upgrade", name: "isH2Upgrade", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([io.Writer], [$error], false)}, {prop: "WriteProxy", name: "WriteProxy", pkg: "", typ: $funcType([io.Writer], [$error], false)}, {prop: "write", name: "write", pkg: "net/http", typ: $funcType([io.Writer, $Bool, Header, funcType$3], [$error], false)}, {prop: "BasicAuth", name: "BasicAuth", pkg: "", typ: $funcType([], [$String, $String, $Bool], false)}, {prop: "SetBasicAuth", name: "SetBasicAuth", pkg: "", typ: $funcType([$String, $String], [], false)}, {prop: "ParseForm", name: "ParseForm", pkg: "", typ: $funcType([], [$error], false)}, {prop: "ParseMultipartForm", name: "ParseMultipartForm", pkg: "", typ: $funcType([$Int64], [$error], false)}, {prop: "FormValue", name: "FormValue", pkg: "", typ: $funcType([$String], [$String], false)}, {prop: "PostFormValue", name: "PostFormValue", pkg: "", typ: $funcType([$String], [$String], false)}, {prop: "FormFile", name: "FormFile", pkg: "", typ: $funcType([$String], [multipart.File, ptrType$27, $error], false)}, {prop: "expectsContinue", name: "expectsContinue", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "wantsHttp10KeepAlive", name: "wantsHttp10KeepAlive", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "wantsClose", name: "wantsClose", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "closeBody", name: "closeBody", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "isReplayable", name: "isReplayable", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "outgoingLength", name: "outgoingLength", pkg: "net/http", typ: $funcType([], [$Int64], false)}, {prop: "requiresHTTP1", name: "requiresHTTP1", pkg: "net/http", typ: $funcType([], [$Bool], false)}];
130336
- ptrType$90.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}];
130401
+ ptrType$6.methods = [{prop: "Context", name: "Context", pkg: "", typ: $funcType([], [context.Context], false)}, {prop: "WithContext", name: "WithContext", pkg: "", typ: $funcType([context.Context], [ptrType$6], false)}, {prop: "Clone", name: "Clone", pkg: "", typ: $funcType([context.Context], [ptrType$6], false)}, {prop: "ProtoAtLeast", name: "ProtoAtLeast", pkg: "", typ: $funcType([$Int, $Int], [$Bool], false)}, {prop: "UserAgent", name: "UserAgent", pkg: "", typ: $funcType([], [$String], false)}, {prop: "Cookies", name: "Cookies", pkg: "", typ: $funcType([], [sliceType$9], false)}, {prop: "Cookie", name: "Cookie", pkg: "", typ: $funcType([$String], [ptrType$26, $error], false)}, {prop: "AddCookie", name: "AddCookie", pkg: "", typ: $funcType([ptrType$26], [], false)}, {prop: "Referer", name: "Referer", pkg: "", typ: $funcType([], [$String], false)}, {prop: "MultipartReader", name: "MultipartReader", pkg: "", typ: $funcType([], [ptrType$87, $error], false)}, {prop: "multipartReader", name: "multipartReader", pkg: "net/http", typ: $funcType([$Bool], [ptrType$87, $error], false)}, {prop: "isH2Upgrade", name: "isH2Upgrade", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([io.Writer], [$error], false)}, {prop: "WriteProxy", name: "WriteProxy", pkg: "", typ: $funcType([io.Writer], [$error], false)}, {prop: "write", name: "write", pkg: "net/http", typ: $funcType([io.Writer, $Bool, Header, funcType$3], [$error], false)}, {prop: "BasicAuth", name: "BasicAuth", pkg: "", typ: $funcType([], [$String, $String, $Bool], false)}, {prop: "SetBasicAuth", name: "SetBasicAuth", pkg: "", typ: $funcType([$String, $String], [], false)}, {prop: "ParseForm", name: "ParseForm", pkg: "", typ: $funcType([], [$error], false)}, {prop: "ParseMultipartForm", name: "ParseMultipartForm", pkg: "", typ: $funcType([$Int64], [$error], false)}, {prop: "FormValue", name: "FormValue", pkg: "", typ: $funcType([$String], [$String], false)}, {prop: "PostFormValue", name: "PostFormValue", pkg: "", typ: $funcType([$String], [$String], false)}, {prop: "FormFile", name: "FormFile", pkg: "", typ: $funcType([$String], [multipart.File, ptrType$27, $error], false)}, {prop: "expectsContinue", name: "expectsContinue", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "wantsHttp10KeepAlive", name: "wantsHttp10KeepAlive", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "wantsClose", name: "wantsClose", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "closeBody", name: "closeBody", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "isReplayable", name: "isReplayable", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "outgoingLength", name: "outgoingLength", pkg: "net/http", typ: $funcType([], [$Int64], false)}, {prop: "requiresHTTP1", name: "requiresHTTP1", pkg: "net/http", typ: $funcType([], [$Bool], false)}];
130402
+ ptrType$91.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}];
130337
130403
  ptrType$18.methods = [{prop: "Cookies", name: "Cookies", pkg: "", typ: $funcType([], [sliceType$9], false)}, {prop: "Location", name: "Location", pkg: "", typ: $funcType([], [ptrType$19, $error], false)}, {prop: "ProtoAtLeast", name: "ProtoAtLeast", pkg: "", typ: $funcType([$Int, $Int], [$Bool], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([io.Writer], [$error], false)}, {prop: "closeBody", name: "closeBody", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "bodyIsWritable", name: "bodyIsWritable", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "isProtocolSwitch", name: "isProtocolSwitch", pkg: "net/http", typ: $funcType([], [$Bool], false)}];
130338
- ptrType$97.methods = [{prop: "hijacked", name: "hijacked", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "hijackLocked", name: "hijackLocked", pkg: "net/http", typ: $funcType([], [net.Conn, ptrType$91, $error], false)}, {prop: "readRequest", name: "readRequest", pkg: "net/http", typ: $funcType([context.Context], [ptrType$94, $error], false)}, {prop: "finalFlush", name: "finalFlush", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "close", name: "close", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "closeWriteAndWait", name: "closeWriteAndWait", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "setState", name: "setState", pkg: "net/http", typ: $funcType([net.Conn, ConnState, $Bool], [], false)}, {prop: "getState", name: "getState", pkg: "net/http", typ: $funcType([], [ConnState, $Int64], false)}, {prop: "serve", name: "serve", pkg: "net/http", typ: $funcType([context.Context], [], false)}];
130404
+ ptrType$98.methods = [{prop: "hijacked", name: "hijacked", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "hijackLocked", name: "hijackLocked", pkg: "net/http", typ: $funcType([], [net.Conn, ptrType$92, $error], false)}, {prop: "readRequest", name: "readRequest", pkg: "net/http", typ: $funcType([context.Context], [ptrType$95, $error], false)}, {prop: "finalFlush", name: "finalFlush", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "close", name: "close", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "closeWriteAndWait", name: "closeWriteAndWait", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "setState", name: "setState", pkg: "net/http", typ: $funcType([net.Conn, ConnState, $Bool], [], false)}, {prop: "getState", name: "getState", pkg: "net/http", typ: $funcType([], [ConnState, $Int64], false)}, {prop: "serve", name: "serve", pkg: "net/http", typ: $funcType([context.Context], [], false)}];
130339
130405
  ptrType$131.methods = [{prop: "Write", name: "Write", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "flush", name: "flush", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "close", name: "close", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "writeHeader", name: "writeHeader", pkg: "net/http", typ: $funcType([sliceType$4], [], false)}];
130340
- ptrType$94.methods = [{prop: "finalTrailers", name: "finalTrailers", pkg: "net/http", typ: $funcType([], [Header], false)}, {prop: "declareTrailer", name: "declareTrailer", pkg: "net/http", typ: $funcType([$String], [], false)}, {prop: "requestTooLarge", name: "requestTooLarge", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "needsSniff", name: "needsSniff", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "ReadFrom", name: "ReadFrom", pkg: "", typ: $funcType([io.Reader], [$Int64, $error], false)}, {prop: "Header", name: "Header", pkg: "", typ: $funcType([], [Header], false)}, {prop: "WriteHeader", name: "WriteHeader", pkg: "", typ: $funcType([$Int], [], false)}, {prop: "bodyAllowed", name: "bodyAllowed", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "WriteString", name: "WriteString", pkg: "", typ: $funcType([$String], [$Int, $error], false)}, {prop: "write", name: "write", pkg: "net/http", typ: $funcType([$Int, sliceType$4, $String], [$Int, $error], false)}, {prop: "finishRequest", name: "finishRequest", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "shouldReuseConnection", name: "shouldReuseConnection", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "closedRequestBodyEarly", name: "closedRequestBodyEarly", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "Flush", name: "Flush", pkg: "", typ: $funcType([], [], false)}, {prop: "sendExpectationFailed", name: "sendExpectationFailed", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "Hijack", name: "Hijack", pkg: "", typ: $funcType([], [net.Conn, ptrType$91, $error], false)}, {prop: "CloseNotify", name: "CloseNotify", pkg: "", typ: $funcType([], [chanType$9], false)}];
130406
+ ptrType$95.methods = [{prop: "finalTrailers", name: "finalTrailers", pkg: "net/http", typ: $funcType([], [Header], false)}, {prop: "declareTrailer", name: "declareTrailer", pkg: "net/http", typ: $funcType([$String], [], false)}, {prop: "requestTooLarge", name: "requestTooLarge", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "needsSniff", name: "needsSniff", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "ReadFrom", name: "ReadFrom", pkg: "", typ: $funcType([io.Reader], [$Int64, $error], false)}, {prop: "Header", name: "Header", pkg: "", typ: $funcType([], [Header], false)}, {prop: "WriteHeader", name: "WriteHeader", pkg: "", typ: $funcType([$Int], [], false)}, {prop: "bodyAllowed", name: "bodyAllowed", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "WriteString", name: "WriteString", pkg: "", typ: $funcType([$String], [$Int, $error], false)}, {prop: "write", name: "write", pkg: "net/http", typ: $funcType([$Int, sliceType$4, $String], [$Int, $error], false)}, {prop: "finishRequest", name: "finishRequest", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "shouldReuseConnection", name: "shouldReuseConnection", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "closedRequestBodyEarly", name: "closedRequestBodyEarly", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "Flush", name: "Flush", pkg: "", typ: $funcType([], [], false)}, {prop: "sendExpectationFailed", name: "sendExpectationFailed", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "Hijack", name: "Hijack", pkg: "", typ: $funcType([], [net.Conn, ptrType$92, $error], false)}, {prop: "CloseNotify", name: "CloseNotify", pkg: "", typ: $funcType([], [chanType$9], false)}];
130341
130407
  ptrType$24.methods = [{prop: "isSet", name: "isSet", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "setTrue", name: "setTrue", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "setFalse", name: "setFalse", pkg: "net/http", typ: $funcType([], [], false)}];
130342
- ptrType$93.methods = [{prop: "lock", name: "lock", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "unlock", name: "unlock", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "startBackgroundRead", name: "startBackgroundRead", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "backgroundRead", name: "backgroundRead", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "abortPendingRead", name: "abortPendingRead", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "setReadLimit", name: "setReadLimit", pkg: "net/http", typ: $funcType([$Int64], [], false)}, {prop: "setInfiniteReadLimit", name: "setInfiniteReadLimit", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "hitReadLimit", name: "hitReadLimit", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "handleReadError", name: "handleReadError", pkg: "net/http", typ: $funcType([$error], [], false)}, {prop: "closeNotify", name: "closeNotify", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}];
130343
- ptrType$99.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}];
130408
+ ptrType$94.methods = [{prop: "lock", name: "lock", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "unlock", name: "unlock", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "startBackgroundRead", name: "startBackgroundRead", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "backgroundRead", name: "backgroundRead", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "abortPendingRead", name: "abortPendingRead", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "setReadLimit", name: "setReadLimit", pkg: "net/http", typ: $funcType([$Int64], [], false)}, {prop: "setInfiniteReadLimit", name: "setInfiniteReadLimit", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "hitReadLimit", name: "hitReadLimit", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "handleReadError", name: "handleReadError", pkg: "net/http", typ: $funcType([$error], [], false)}, {prop: "closeNotify", name: "closeNotify", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}];
130409
+ ptrType$100.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}];
130344
130410
  extraHeader.methods = [{prop: "Write", name: "Write", pkg: "", typ: $funcType([ptrType$9], [], false)}];
130345
130411
  statusError.methods = [{prop: "Error", name: "Error", pkg: "", typ: $funcType([], [$String], false)}];
130346
130412
  HandlerFunc.methods = [{prop: "ServeHTTP", name: "ServeHTTP", pkg: "", typ: $funcType([ResponseWriter, ptrType$6], [], false)}];
130347
130413
  ptrType$132.methods = [{prop: "ServeHTTP", name: "ServeHTTP", pkg: "", typ: $funcType([ResponseWriter, ptrType$6], [], false)}];
130348
130414
  ptrType$133.methods = [{prop: "match", name: "match", pkg: "net/http", typ: $funcType([$String], [Handler, $String], false)}, {prop: "redirectToPathSlash", name: "redirectToPathSlash", pkg: "net/http", typ: $funcType([$String, $String, ptrType$19], [ptrType$19, $Bool], false)}, {prop: "shouldRedirectRLocked", name: "shouldRedirectRLocked", pkg: "net/http", typ: $funcType([$String, $String], [$Bool], false)}, {prop: "Handler", name: "Handler", pkg: "", typ: $funcType([ptrType$6], [Handler, $String], false)}, {prop: "handler", name: "handler", pkg: "net/http", typ: $funcType([$String, $String], [Handler, $String], false)}, {prop: "ServeHTTP", name: "ServeHTTP", pkg: "", typ: $funcType([ResponseWriter, ptrType$6], [], false)}, {prop: "Handle", name: "Handle", pkg: "", typ: $funcType([$String, Handler], [], false)}, {prop: "HandleFunc", name: "HandleFunc", pkg: "", typ: $funcType([$String, funcType$9], [], false)}];
130349
- ptrType$51.methods = [{prop: "newConn", name: "newConn", pkg: "net/http", typ: $funcType([net.Conn], [ptrType$97], false)}, {prop: "maxHeaderBytes", name: "maxHeaderBytes", pkg: "net/http", typ: $funcType([], [$Int], false)}, {prop: "initialReadLimitSize", name: "initialReadLimitSize", pkg: "net/http", typ: $funcType([], [$Int64], false)}, {prop: "getDoneChan", name: "getDoneChan", pkg: "net/http", typ: $funcType([], [chanType$3], false)}, {prop: "getDoneChanLocked", name: "getDoneChanLocked", pkg: "net/http", typ: $funcType([], [chanType$2], false)}, {prop: "closeDoneChanLocked", name: "closeDoneChanLocked", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}, {prop: "Shutdown", name: "Shutdown", pkg: "", typ: $funcType([context.Context], [$error], false)}, {prop: "RegisterOnShutdown", name: "RegisterOnShutdown", pkg: "", typ: $funcType([funcType], [], false)}, {prop: "numListeners", name: "numListeners", pkg: "net/http", typ: $funcType([], [$Int], false)}, {prop: "closeIdleConns", name: "closeIdleConns", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "closeListenersLocked", name: "closeListenersLocked", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "ListenAndServe", name: "ListenAndServe", pkg: "", typ: $funcType([], [$error], false)}, {prop: "shouldConfigureHTTP2ForServe", name: "shouldConfigureHTTP2ForServe", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "Serve", name: "Serve", pkg: "", typ: $funcType([net.Listener], [$error], false)}, {prop: "ServeTLS", name: "ServeTLS", pkg: "", typ: $funcType([net.Listener, $String, $String], [$error], false)}, {prop: "trackListener", name: "trackListener", pkg: "net/http", typ: $funcType([ptrType$102, $Bool], [$Bool], false)}, {prop: "trackConn", name: "trackConn", pkg: "net/http", typ: $funcType([ptrType$97, $Bool], [], false)}, {prop: "idleTimeout", name: "idleTimeout", pkg: "net/http", typ: $funcType([], [time.Duration], false)}, {prop: "readHeaderTimeout", name: "readHeaderTimeout", pkg: "net/http", typ: $funcType([], [time.Duration], false)}, {prop: "doKeepAlives", name: "doKeepAlives", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "shuttingDown", name: "shuttingDown", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "SetKeepAlivesEnabled", name: "SetKeepAlivesEnabled", pkg: "", typ: $funcType([$Bool], [], false)}, {prop: "logf", name: "logf", pkg: "net/http", typ: $funcType([$String, sliceType], [], true)}, {prop: "ListenAndServeTLS", name: "ListenAndServeTLS", pkg: "", typ: $funcType([$String, $String], [$error], false)}, {prop: "setupHTTP2_ServeTLS", name: "setupHTTP2_ServeTLS", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "setupHTTP2_Serve", name: "setupHTTP2_Serve", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "onceSetNextProtoDefaults_Serve", name: "onceSetNextProtoDefaults_Serve", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "onceSetNextProtoDefaults", name: "onceSetNextProtoDefaults", pkg: "net/http", typ: $funcType([], [], false)}];
130415
+ ptrType$51.methods = [{prop: "newConn", name: "newConn", pkg: "net/http", typ: $funcType([net.Conn], [ptrType$98], false)}, {prop: "maxHeaderBytes", name: "maxHeaderBytes", pkg: "net/http", typ: $funcType([], [$Int], false)}, {prop: "initialReadLimitSize", name: "initialReadLimitSize", pkg: "net/http", typ: $funcType([], [$Int64], false)}, {prop: "getDoneChan", name: "getDoneChan", pkg: "net/http", typ: $funcType([], [chanType$3], false)}, {prop: "getDoneChanLocked", name: "getDoneChanLocked", pkg: "net/http", typ: $funcType([], [chanType$2], false)}, {prop: "closeDoneChanLocked", name: "closeDoneChanLocked", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}, {prop: "Shutdown", name: "Shutdown", pkg: "", typ: $funcType([context.Context], [$error], false)}, {prop: "RegisterOnShutdown", name: "RegisterOnShutdown", pkg: "", typ: $funcType([funcType], [], false)}, {prop: "numListeners", name: "numListeners", pkg: "net/http", typ: $funcType([], [$Int], false)}, {prop: "closeIdleConns", name: "closeIdleConns", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "closeListenersLocked", name: "closeListenersLocked", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "ListenAndServe", name: "ListenAndServe", pkg: "", typ: $funcType([], [$error], false)}, {prop: "shouldConfigureHTTP2ForServe", name: "shouldConfigureHTTP2ForServe", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "Serve", name: "Serve", pkg: "", typ: $funcType([net.Listener], [$error], false)}, {prop: "ServeTLS", name: "ServeTLS", pkg: "", typ: $funcType([net.Listener, $String, $String], [$error], false)}, {prop: "trackListener", name: "trackListener", pkg: "net/http", typ: $funcType([ptrType$102, $Bool], [$Bool], false)}, {prop: "trackConn", name: "trackConn", pkg: "net/http", typ: $funcType([ptrType$98, $Bool], [], false)}, {prop: "idleTimeout", name: "idleTimeout", pkg: "net/http", typ: $funcType([], [time.Duration], false)}, {prop: "readHeaderTimeout", name: "readHeaderTimeout", pkg: "net/http", typ: $funcType([], [time.Duration], false)}, {prop: "doKeepAlives", name: "doKeepAlives", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "shuttingDown", name: "shuttingDown", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "SetKeepAlivesEnabled", name: "SetKeepAlivesEnabled", pkg: "", typ: $funcType([$Bool], [], false)}, {prop: "logf", name: "logf", pkg: "net/http", typ: $funcType([$String, sliceType], [], true)}, {prop: "ListenAndServeTLS", name: "ListenAndServeTLS", pkg: "", typ: $funcType([$String, $String], [$error], false)}, {prop: "setupHTTP2_ServeTLS", name: "setupHTTP2_ServeTLS", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "setupHTTP2_Serve", name: "setupHTTP2_Serve", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "onceSetNextProtoDefaults_Serve", name: "onceSetNextProtoDefaults_Serve", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "onceSetNextProtoDefaults", name: "onceSetNextProtoDefaults", pkg: "net/http", typ: $funcType([], [], false)}];
130350
130416
  ConnState.methods = [{prop: "String", name: "String", pkg: "", typ: $funcType([], [$String], false)}];
130351
130417
  serverHandler.methods = [{prop: "ServeHTTP", name: "ServeHTTP", pkg: "", typ: $funcType([ResponseWriter, ptrType$6], [], false)}];
130352
130418
  ptrType$135.methods = [{prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}, {prop: "close", name: "close", pkg: "net/http", typ: $funcType([], [], false)}];
@@ -130364,7 +130430,7 @@ $packages["net/http"] = (function() {
130364
130430
  ptrType$105.methods = [{prop: "shouldSendChunkedRequestBody", name: "shouldSendChunkedRequestBody", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "probeRequestBody", name: "probeRequestBody", pkg: "net/http", typ: $funcType([], [], false)}, {prop: "shouldSendContentLength", name: "shouldSendContentLength", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "writeHeader", name: "writeHeader", pkg: "net/http", typ: $funcType([io.Writer, ptrType$48], [$error], false)}, {prop: "writeBody", name: "writeBody", pkg: "net/http", typ: $funcType([io.Writer], [$error], false)}, {prop: "doBodyCopy", name: "doBodyCopy", pkg: "net/http", typ: $funcType([io.Writer, io.Reader], [$Int64, $error], false)}, {prop: "unwrapBody", name: "unwrapBody", pkg: "net/http", typ: $funcType([], [io.Reader], false)}];
130365
130431
  ptrType$142.methods = [{prop: "protoAtLeast", name: "protoAtLeast", pkg: "net/http", typ: $funcType([$Int, $Int], [$Bool], false)}, {prop: "parseTransferEncoding", name: "parseTransferEncoding", pkg: "net/http", typ: $funcType([], [$error], false)}];
130366
130432
  ptrType$107.methods = [{prop: "Error", name: "Error", pkg: "", typ: $funcType([], [$String], false)}];
130367
- ptrType$96.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "readLocked", name: "readLocked", pkg: "net/http", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "readTrailer", name: "readTrailer", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "unreadDataSizeLocked", name: "unreadDataSizeLocked", pkg: "net/http", typ: $funcType([], [$Int64], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}, {prop: "didEarlyClose", name: "didEarlyClose", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "bodyRemains", name: "bodyRemains", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "registerOnHitEOF", name: "registerOnHitEOF", pkg: "net/http", typ: $funcType([funcType], [], false)}];
130433
+ ptrType$97.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "readLocked", name: "readLocked", pkg: "net/http", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "readTrailer", name: "readTrailer", pkg: "net/http", typ: $funcType([], [$error], false)}, {prop: "unreadDataSizeLocked", name: "unreadDataSizeLocked", pkg: "net/http", typ: $funcType([], [$Int64], false)}, {prop: "Close", name: "Close", pkg: "", typ: $funcType([], [$error], false)}, {prop: "didEarlyClose", name: "didEarlyClose", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "bodyRemains", name: "bodyRemains", pkg: "net/http", typ: $funcType([], [$Bool], false)}, {prop: "registerOnHitEOF", name: "registerOnHitEOF", pkg: "net/http", typ: $funcType([funcType], [], false)}];
130368
130434
  bodyLocked.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}];
130369
130435
  finishAsyncByteRead.methods = [{prop: "Read", name: "Read", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}];
130370
130436
  bufioFlushWriter.methods = [{prop: "Write", name: "Write", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}];
@@ -130434,10 +130500,10 @@ $packages["net/http"] = (function() {
130434
130500
  http2OpenStreamOptions.init("", [{prop: "PusherID", name: "PusherID", embedded: false, exported: true, typ: $Uint32, tag: ""}]);
130435
130501
  http2FrameWriteRequest.init("net/http", [{prop: "write", name: "write", embedded: false, exported: false, typ: http2writeFramer, tag: ""}, {prop: "stream", name: "stream", embedded: false, exported: false, typ: ptrType$5, tag: ""}, {prop: "done", name: "done", embedded: false, exported: false, typ: chanType, tag: ""}]);
130436
130502
  http2writeQueue.init("net/http", [{prop: "s", name: "s", embedded: false, exported: false, typ: sliceType$24, tag: ""}]);
130437
- http2writeQueuePool.init(ptrType$80);
130503
+ http2writeQueuePool.init(ptrType$81);
130438
130504
  http2PriorityWriteSchedulerConfig.init("", [{prop: "MaxClosedNodesInTree", name: "MaxClosedNodesInTree", embedded: false, exported: true, typ: $Int, tag: ""}, {prop: "MaxIdleNodesInTree", name: "MaxIdleNodesInTree", embedded: false, exported: true, typ: $Int, tag: ""}, {prop: "ThrottleOutOfOrderWrites", name: "ThrottleOutOfOrderWrites", embedded: false, exported: true, typ: $Bool, tag: ""}]);
130439
- http2priorityNode.init("net/http", [{prop: "q", name: "q", embedded: false, exported: false, typ: http2writeQueue, tag: ""}, {prop: "id", name: "id", embedded: false, exported: false, typ: $Uint32, tag: ""}, {prop: "weight", name: "weight", embedded: false, exported: false, typ: $Uint8, tag: ""}, {prop: "state", name: "state", embedded: false, exported: false, typ: http2priorityNodeState, tag: ""}, {prop: "bytes", name: "bytes", embedded: false, exported: false, typ: $Int64, tag: ""}, {prop: "subtreeBytes", name: "subtreeBytes", embedded: false, exported: false, typ: $Int64, tag: ""}, {prop: "parent", name: "parent", embedded: false, exported: false, typ: ptrType$82, tag: ""}, {prop: "kids", name: "kids", embedded: false, exported: false, typ: ptrType$82, tag: ""}, {prop: "prev", name: "prev", embedded: false, exported: false, typ: ptrType$82, tag: ""}, {prop: "next", name: "next", embedded: false, exported: false, typ: ptrType$82, tag: ""}]);
130440
- http2sortPriorityNodeSiblings.init(ptrType$82);
130505
+ http2priorityNode.init("net/http", [{prop: "q", name: "q", embedded: false, exported: false, typ: http2writeQueue, tag: ""}, {prop: "id", name: "id", embedded: false, exported: false, typ: $Uint32, tag: ""}, {prop: "weight", name: "weight", embedded: false, exported: false, typ: $Uint8, tag: ""}, {prop: "state", name: "state", embedded: false, exported: false, typ: http2priorityNodeState, tag: ""}, {prop: "bytes", name: "bytes", embedded: false, exported: false, typ: $Int64, tag: ""}, {prop: "subtreeBytes", name: "subtreeBytes", embedded: false, exported: false, typ: $Int64, tag: ""}, {prop: "parent", name: "parent", embedded: false, exported: false, typ: ptrType$83, tag: ""}, {prop: "kids", name: "kids", embedded: false, exported: false, typ: ptrType$83, tag: ""}, {prop: "prev", name: "prev", embedded: false, exported: false, typ: ptrType$83, tag: ""}, {prop: "next", name: "next", embedded: false, exported: false, typ: ptrType$83, tag: ""}]);
130506
+ http2sortPriorityNodeSiblings.init(ptrType$83);
130441
130507
  http2priorityWriteScheduler.init("net/http", [{prop: "root", name: "root", embedded: false, exported: false, typ: http2priorityNode, tag: ""}, {prop: "nodes", name: "nodes", embedded: false, exported: false, typ: mapType$10, tag: ""}, {prop: "maxID", name: "maxID", embedded: false, exported: false, typ: $Uint32, tag: ""}, {prop: "closedNodes", name: "closedNodes", embedded: false, exported: false, typ: sliceType$25, tag: ""}, {prop: "idleNodes", name: "idleNodes", embedded: false, exported: false, typ: sliceType$25, tag: ""}, {prop: "maxClosedNodesInTree", name: "maxClosedNodesInTree", embedded: false, exported: false, typ: $Int, tag: ""}, {prop: "maxIdleNodesInTree", name: "maxIdleNodesInTree", embedded: false, exported: false, typ: $Int, tag: ""}, {prop: "writeThrottleLimit", name: "writeThrottleLimit", embedded: false, exported: false, typ: $Int32, tag: ""}, {prop: "enableWriteThrottle", name: "enableWriteThrottle", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "tmp", name: "tmp", embedded: false, exported: false, typ: sliceType$25, tag: ""}, {prop: "queuePool", name: "queuePool", embedded: false, exported: false, typ: http2writeQueuePool, tag: ""}]);
130442
130508
  http2randomWriteScheduler.init("net/http", [{prop: "zero", name: "zero", embedded: false, exported: false, typ: http2writeQueue, tag: ""}, {prop: "sq", name: "sq", embedded: false, exported: false, typ: mapType$11, tag: ""}, {prop: "queuePool", name: "queuePool", embedded: false, exported: false, typ: http2writeQueuePool, tag: ""}]);
130443
130509
  Header.init($String, sliceType$2);
@@ -130455,13 +130521,13 @@ $packages["net/http"] = (function() {
130455
130521
  Response.init("", [{prop: "Status", name: "Status", embedded: false, exported: true, typ: $String, tag: ""}, {prop: "StatusCode", name: "StatusCode", embedded: false, exported: true, typ: $Int, tag: ""}, {prop: "Proto", name: "Proto", embedded: false, exported: true, typ: $String, tag: ""}, {prop: "ProtoMajor", name: "ProtoMajor", embedded: false, exported: true, typ: $Int, tag: ""}, {prop: "ProtoMinor", name: "ProtoMinor", embedded: false, exported: true, typ: $Int, tag: ""}, {prop: "Header", name: "Header", embedded: false, exported: true, typ: Header, tag: ""}, {prop: "Body", name: "Body", embedded: false, exported: true, typ: io.ReadCloser, tag: ""}, {prop: "ContentLength", name: "ContentLength", embedded: false, exported: true, typ: $Int64, tag: ""}, {prop: "TransferEncoding", name: "TransferEncoding", embedded: false, exported: true, typ: sliceType$2, tag: ""}, {prop: "Close", name: "Close", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "Uncompressed", name: "Uncompressed", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "Trailer", name: "Trailer", embedded: false, exported: true, typ: Header, tag: ""}, {prop: "Request", name: "Request", embedded: false, exported: true, typ: ptrType$6, tag: ""}, {prop: "TLS", name: "TLS", embedded: false, exported: true, typ: ptrType$21, tag: ""}]);
130456
130522
  Handler.init([{prop: "ServeHTTP", name: "ServeHTTP", pkg: "", typ: $funcType([ResponseWriter, ptrType$6], [], false)}]);
130457
130523
  ResponseWriter.init([{prop: "Header", name: "Header", pkg: "", typ: $funcType([], [Header], false)}, {prop: "Write", name: "Write", pkg: "", typ: $funcType([sliceType$4], [$Int, $error], false)}, {prop: "WriteHeader", name: "WriteHeader", pkg: "", typ: $funcType([$Int], [], false)}]);
130458
- conn.init("net/http", [{prop: "server", name: "server", embedded: false, exported: false, typ: ptrType$51, tag: ""}, {prop: "cancelCtx", name: "cancelCtx", embedded: false, exported: false, typ: context.CancelFunc, tag: ""}, {prop: "rwc", name: "rwc", embedded: false, exported: false, typ: net.Conn, tag: ""}, {prop: "remoteAddr", name: "remoteAddr", embedded: false, exported: false, typ: $String, tag: ""}, {prop: "tlsState", name: "tlsState", embedded: false, exported: false, typ: ptrType$21, tag: ""}, {prop: "werr", name: "werr", embedded: false, exported: false, typ: $error, tag: ""}, {prop: "r", name: "r", embedded: false, exported: false, typ: ptrType$93, tag: ""}, {prop: "bufr", name: "bufr", embedded: false, exported: false, typ: ptrType$75, tag: ""}, {prop: "bufw", name: "bufw", embedded: false, exported: false, typ: ptrType$9, tag: ""}, {prop: "lastMethod", name: "lastMethod", embedded: false, exported: false, typ: $String, tag: ""}, {prop: "curReq", name: "curReq", embedded: false, exported: false, typ: atomic.Value, tag: ""}, {prop: "curState", name: "curState", embedded: false, exported: false, typ: structType$2, tag: ""}, {prop: "mu", name: "mu", embedded: false, exported: false, typ: sync.Mutex, tag: ""}, {prop: "hijackedv", name: "hijackedv", embedded: false, exported: false, typ: $Bool, tag: ""}]);
130459
- chunkWriter.init("net/http", [{prop: "res", name: "res", embedded: false, exported: false, typ: ptrType$94, tag: ""}, {prop: "header", name: "header", embedded: false, exported: false, typ: Header, tag: ""}, {prop: "wroteHeader", name: "wroteHeader", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "chunking", name: "chunking", embedded: false, exported: false, typ: $Bool, tag: ""}]);
130460
- response.init("net/http", [{prop: "conn", name: "conn", embedded: false, exported: false, typ: ptrType$97, tag: ""}, {prop: "req", name: "req", embedded: false, exported: false, typ: ptrType$6, tag: ""}, {prop: "reqBody", name: "reqBody", embedded: false, exported: false, typ: io.ReadCloser, tag: ""}, {prop: "cancelCtx", name: "cancelCtx", embedded: false, exported: false, typ: context.CancelFunc, tag: ""}, {prop: "wroteHeader", name: "wroteHeader", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "wroteContinue", name: "wroteContinue", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "wants10KeepAlive", name: "wants10KeepAlive", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "wantsClose", name: "wantsClose", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "canWriteContinue", name: "canWriteContinue", embedded: false, exported: false, typ: atomicBool, tag: ""}, {prop: "writeContinueMu", name: "writeContinueMu", embedded: false, exported: false, typ: sync.Mutex, tag: ""}, {prop: "w", name: "w", embedded: false, exported: false, typ: ptrType$9, tag: ""}, {prop: "cw", name: "cw", embedded: false, exported: false, typ: chunkWriter, tag: ""}, {prop: "handlerHeader", name: "handlerHeader", embedded: false, exported: false, typ: Header, tag: ""}, {prop: "calledHeader", name: "calledHeader", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "written", name: "written", embedded: false, exported: false, typ: $Int64, tag: ""}, {prop: "contentLength", name: "contentLength", embedded: false, exported: false, typ: $Int64, tag: ""}, {prop: "status", name: "status", embedded: false, exported: false, typ: $Int, tag: ""}, {prop: "closeAfterReply", name: "closeAfterReply", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "requestBodyLimitHit", name: "requestBodyLimitHit", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "trailers", name: "trailers", embedded: false, exported: false, typ: sliceType$2, tag: ""}, {prop: "handlerDone", name: "handlerDone", embedded: false, exported: false, typ: atomicBool, tag: ""}, {prop: "dateBuf", name: "dateBuf", embedded: false, exported: false, typ: arrayType$1, tag: ""}, {prop: "clenBuf", name: "clenBuf", embedded: false, exported: false, typ: arrayType$7, tag: ""}, {prop: "statusBuf", name: "statusBuf", embedded: false, exported: false, typ: arrayType$8, tag: ""}, {prop: "closeNotifyCh", name: "closeNotifyCh", embedded: false, exported: false, typ: chanType$10, tag: ""}, {prop: "didCloseNotify", name: "didCloseNotify", embedded: false, exported: false, typ: $Int32, tag: ""}]);
130524
+ conn.init("net/http", [{prop: "server", name: "server", embedded: false, exported: false, typ: ptrType$51, tag: ""}, {prop: "cancelCtx", name: "cancelCtx", embedded: false, exported: false, typ: context.CancelFunc, tag: ""}, {prop: "rwc", name: "rwc", embedded: false, exported: false, typ: net.Conn, tag: ""}, {prop: "remoteAddr", name: "remoteAddr", embedded: false, exported: false, typ: $String, tag: ""}, {prop: "tlsState", name: "tlsState", embedded: false, exported: false, typ: ptrType$21, tag: ""}, {prop: "werr", name: "werr", embedded: false, exported: false, typ: $error, tag: ""}, {prop: "r", name: "r", embedded: false, exported: false, typ: ptrType$94, tag: ""}, {prop: "bufr", name: "bufr", embedded: false, exported: false, typ: ptrType$77, tag: ""}, {prop: "bufw", name: "bufw", embedded: false, exported: false, typ: ptrType$9, tag: ""}, {prop: "lastMethod", name: "lastMethod", embedded: false, exported: false, typ: $String, tag: ""}, {prop: "curReq", name: "curReq", embedded: false, exported: false, typ: atomic.Value, tag: ""}, {prop: "curState", name: "curState", embedded: false, exported: false, typ: structType$2, tag: ""}, {prop: "mu", name: "mu", embedded: false, exported: false, typ: sync.Mutex, tag: ""}, {prop: "hijackedv", name: "hijackedv", embedded: false, exported: false, typ: $Bool, tag: ""}]);
130525
+ chunkWriter.init("net/http", [{prop: "res", name: "res", embedded: false, exported: false, typ: ptrType$95, tag: ""}, {prop: "header", name: "header", embedded: false, exported: false, typ: Header, tag: ""}, {prop: "wroteHeader", name: "wroteHeader", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "chunking", name: "chunking", embedded: false, exported: false, typ: $Bool, tag: ""}]);
130526
+ response.init("net/http", [{prop: "conn", name: "conn", embedded: false, exported: false, typ: ptrType$98, tag: ""}, {prop: "req", name: "req", embedded: false, exported: false, typ: ptrType$6, tag: ""}, {prop: "reqBody", name: "reqBody", embedded: false, exported: false, typ: io.ReadCloser, tag: ""}, {prop: "cancelCtx", name: "cancelCtx", embedded: false, exported: false, typ: context.CancelFunc, tag: ""}, {prop: "wroteHeader", name: "wroteHeader", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "wroteContinue", name: "wroteContinue", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "wants10KeepAlive", name: "wants10KeepAlive", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "wantsClose", name: "wantsClose", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "canWriteContinue", name: "canWriteContinue", embedded: false, exported: false, typ: atomicBool, tag: ""}, {prop: "writeContinueMu", name: "writeContinueMu", embedded: false, exported: false, typ: sync.Mutex, tag: ""}, {prop: "w", name: "w", embedded: false, exported: false, typ: ptrType$9, tag: ""}, {prop: "cw", name: "cw", embedded: false, exported: false, typ: chunkWriter, tag: ""}, {prop: "handlerHeader", name: "handlerHeader", embedded: false, exported: false, typ: Header, tag: ""}, {prop: "calledHeader", name: "calledHeader", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "written", name: "written", embedded: false, exported: false, typ: $Int64, tag: ""}, {prop: "contentLength", name: "contentLength", embedded: false, exported: false, typ: $Int64, tag: ""}, {prop: "status", name: "status", embedded: false, exported: false, typ: $Int, tag: ""}, {prop: "closeAfterReply", name: "closeAfterReply", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "requestBodyLimitHit", name: "requestBodyLimitHit", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "trailers", name: "trailers", embedded: false, exported: false, typ: sliceType$2, tag: ""}, {prop: "handlerDone", name: "handlerDone", embedded: false, exported: false, typ: atomicBool, tag: ""}, {prop: "dateBuf", name: "dateBuf", embedded: false, exported: false, typ: arrayType$1, tag: ""}, {prop: "clenBuf", name: "clenBuf", embedded: false, exported: false, typ: arrayType$7, tag: ""}, {prop: "statusBuf", name: "statusBuf", embedded: false, exported: false, typ: arrayType$8, tag: ""}, {prop: "closeNotifyCh", name: "closeNotifyCh", embedded: false, exported: false, typ: chanType$10, tag: ""}, {prop: "didCloseNotify", name: "didCloseNotify", embedded: false, exported: false, typ: $Int32, tag: ""}]);
130461
130527
  writerOnly.init("", [{prop: "Writer", name: "Writer", embedded: true, exported: true, typ: io.Writer, tag: ""}]);
130462
130528
  readResult.init("net/http", [{prop: "_$0", name: "_", embedded: false, exported: false, typ: incomparable, tag: ""}, {prop: "n", name: "n", embedded: false, exported: false, typ: $Int, tag: ""}, {prop: "err", name: "err", embedded: false, exported: false, typ: $error, tag: ""}, {prop: "b", name: "b", embedded: false, exported: false, typ: $Uint8, tag: ""}]);
130463
- connReader.init("net/http", [{prop: "conn", name: "conn", embedded: false, exported: false, typ: ptrType$97, tag: ""}, {prop: "mu", name: "mu", embedded: false, exported: false, typ: sync.Mutex, tag: ""}, {prop: "hasByte", name: "hasByte", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "byteBuf", name: "byteBuf", embedded: false, exported: false, typ: arrayType$6, tag: ""}, {prop: "cond", name: "cond", embedded: false, exported: false, typ: ptrType$74, tag: ""}, {prop: "inRead", name: "inRead", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "aborted", name: "aborted", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "remain", name: "remain", embedded: false, exported: false, typ: $Int64, tag: ""}]);
130464
- expectContinueReader.init("net/http", [{prop: "resp", name: "resp", embedded: false, exported: false, typ: ptrType$94, tag: ""}, {prop: "readCloser", name: "readCloser", embedded: false, exported: false, typ: io.ReadCloser, tag: ""}, {prop: "closed", name: "closed", embedded: false, exported: false, typ: atomicBool, tag: ""}, {prop: "sawEOF", name: "sawEOF", embedded: false, exported: false, typ: atomicBool, tag: ""}]);
130529
+ connReader.init("net/http", [{prop: "conn", name: "conn", embedded: false, exported: false, typ: ptrType$98, tag: ""}, {prop: "mu", name: "mu", embedded: false, exported: false, typ: sync.Mutex, tag: ""}, {prop: "hasByte", name: "hasByte", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "byteBuf", name: "byteBuf", embedded: false, exported: false, typ: arrayType$6, tag: ""}, {prop: "cond", name: "cond", embedded: false, exported: false, typ: ptrType$73, tag: ""}, {prop: "inRead", name: "inRead", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "aborted", name: "aborted", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "remain", name: "remain", embedded: false, exported: false, typ: $Int64, tag: ""}]);
130530
+ expectContinueReader.init("net/http", [{prop: "resp", name: "resp", embedded: false, exported: false, typ: ptrType$95, tag: ""}, {prop: "readCloser", name: "readCloser", embedded: false, exported: false, typ: io.ReadCloser, tag: ""}, {prop: "closed", name: "closed", embedded: false, exported: false, typ: atomicBool, tag: ""}, {prop: "sawEOF", name: "sawEOF", embedded: false, exported: false, typ: atomicBool, tag: ""}]);
130465
130531
  extraHeader.init("net/http", [{prop: "contentType", name: "contentType", embedded: false, exported: false, typ: $String, tag: ""}, {prop: "connection", name: "connection", embedded: false, exported: false, typ: $String, tag: ""}, {prop: "transferEncoding", name: "transferEncoding", embedded: false, exported: false, typ: $String, tag: ""}, {prop: "date", name: "date", embedded: false, exported: false, typ: sliceType$4, tag: ""}, {prop: "contentLength", name: "contentLength", embedded: false, exported: false, typ: sliceType$4, tag: ""}]);
130466
130532
  closeWriter.init([{prop: "CloseWrite", name: "CloseWrite", pkg: "", typ: $funcType([], [$error], false)}]);
130467
130533
  statusError.init("net/http", [{prop: "code", name: "code", embedded: false, exported: false, typ: $Int, tag: ""}, {prop: "text", name: "text", embedded: false, exported: false, typ: $String, tag: ""}]);
@@ -130473,9 +130539,9 @@ $packages["net/http"] = (function() {
130473
130539
  serverHandler.init("net/http", [{prop: "srv", name: "srv", embedded: false, exported: false, typ: ptrType$51, tag: ""}]);
130474
130540
  onceCloseListener.init("net/http", [{prop: "Listener", name: "Listener", embedded: true, exported: true, typ: net.Listener, tag: ""}, {prop: "once", name: "once", embedded: false, exported: false, typ: sync.Once, tag: ""}, {prop: "closeErr", name: "closeErr", embedded: false, exported: false, typ: $error, tag: ""}]);
130475
130541
  globalOptionsHandler.init("", []);
130476
- initALPNRequest.init("net/http", [{prop: "ctx", name: "ctx", embedded: false, exported: false, typ: context.Context, tag: ""}, {prop: "c", name: "c", embedded: false, exported: false, typ: ptrType$101, tag: ""}, {prop: "h", name: "h", embedded: false, exported: false, typ: serverHandler, tag: ""}]);
130542
+ initALPNRequest.init("net/http", [{prop: "ctx", name: "ctx", embedded: false, exported: false, typ: context.Context, tag: ""}, {prop: "c", name: "c", embedded: false, exported: false, typ: ptrType$76, tag: ""}, {prop: "h", name: "h", embedded: false, exported: false, typ: serverHandler, tag: ""}]);
130477
130543
  loggingConn.init("net/http", [{prop: "name", name: "name", embedded: false, exported: false, typ: $String, tag: ""}, {prop: "Conn", name: "Conn", embedded: true, exported: true, typ: net.Conn, tag: ""}]);
130478
- checkConnErrorWriter.init("net/http", [{prop: "c", name: "c", embedded: false, exported: false, typ: ptrType$97, tag: ""}]);
130544
+ checkConnErrorWriter.init("net/http", [{prop: "c", name: "c", embedded: false, exported: false, typ: ptrType$98, tag: ""}]);
130479
130545
  sniffSig.init([{prop: "match", name: "match", pkg: "net/http", typ: $funcType([sliceType$4, $Int], [$String], false)}]);
130480
130546
  exactSig.init("net/http", [{prop: "sig", name: "sig", embedded: false, exported: false, typ: sliceType$4, tag: ""}, {prop: "ct", name: "ct", embedded: false, exported: false, typ: $String, tag: ""}]);
130481
130547
  maskedSig.init("net/http", [{prop: "mask", name: "mask", embedded: false, exported: false, typ: sliceType$4, tag: ""}, {prop: "pat", name: "pat", embedded: false, exported: false, typ: sliceType$4, tag: ""}, {prop: "skipWS", name: "skipWS", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "ct", name: "ct", embedded: false, exported: false, typ: $String, tag: ""}]);
@@ -130484,11 +130550,11 @@ $packages["net/http"] = (function() {
130484
130550
  textSig.init("", []);
130485
130551
  errorReader.init("net/http", [{prop: "err", name: "err", embedded: false, exported: false, typ: $error, tag: ""}]);
130486
130552
  byteReader.init("net/http", [{prop: "b", name: "b", embedded: false, exported: false, typ: $Uint8, tag: ""}, {prop: "done", name: "done", embedded: false, exported: false, typ: $Bool, tag: ""}]);
130487
- transferWriter.init("net/http", [{prop: "Method", name: "Method", embedded: false, exported: true, typ: $String, tag: ""}, {prop: "Body", name: "Body", embedded: false, exported: true, typ: io.Reader, tag: ""}, {prop: "BodyCloser", name: "BodyCloser", embedded: false, exported: true, typ: io.Closer, tag: ""}, {prop: "ResponseToHEAD", name: "ResponseToHEAD", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "ContentLength", name: "ContentLength", embedded: false, exported: true, typ: $Int64, tag: ""}, {prop: "Close", name: "Close", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "TransferEncoding", name: "TransferEncoding", embedded: false, exported: true, typ: sliceType$2, tag: ""}, {prop: "Header", name: "Header", embedded: false, exported: true, typ: Header, tag: ""}, {prop: "Trailer", name: "Trailer", embedded: false, exported: true, typ: Header, tag: ""}, {prop: "IsResponse", name: "IsResponse", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "bodyReadError", name: "bodyReadError", embedded: false, exported: false, typ: $error, tag: ""}, {prop: "FlushHeaders", name: "FlushHeaders", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "ByteReadCh", name: "ByteReadCh", embedded: false, exported: true, typ: chanType$12, tag: ""}]);
130553
+ transferWriter.init("net/http", [{prop: "Method", name: "Method", embedded: false, exported: true, typ: $String, tag: ""}, {prop: "Body", name: "Body", embedded: false, exported: true, typ: io.Reader, tag: ""}, {prop: "BodyCloser", name: "BodyCloser", embedded: false, exported: true, typ: io.Closer, tag: ""}, {prop: "ResponseToHEAD", name: "ResponseToHEAD", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "ContentLength", name: "ContentLength", embedded: false, exported: true, typ: $Int64, tag: ""}, {prop: "Close", name: "Close", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "TransferEncoding", name: "TransferEncoding", embedded: false, exported: true, typ: sliceType$2, tag: ""}, {prop: "Header", name: "Header", embedded: false, exported: true, typ: Header, tag: ""}, {prop: "Trailer", name: "Trailer", embedded: false, exported: true, typ: Header, tag: ""}, {prop: "IsResponse", name: "IsResponse", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "bodyReadError", name: "bodyReadError", embedded: false, exported: false, typ: $error, tag: ""}, {prop: "FlushHeaders", name: "FlushHeaders", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "ByteReadCh", name: "ByteReadCh", embedded: false, exported: true, typ: chanType$11, tag: ""}]);
130488
130554
  transferReader.init("", [{prop: "Header", name: "Header", embedded: false, exported: true, typ: Header, tag: ""}, {prop: "StatusCode", name: "StatusCode", embedded: false, exported: true, typ: $Int, tag: ""}, {prop: "RequestMethod", name: "RequestMethod", embedded: false, exported: true, typ: $String, tag: ""}, {prop: "ProtoMajor", name: "ProtoMajor", embedded: false, exported: true, typ: $Int, tag: ""}, {prop: "ProtoMinor", name: "ProtoMinor", embedded: false, exported: true, typ: $Int, tag: ""}, {prop: "Body", name: "Body", embedded: false, exported: true, typ: io.ReadCloser, tag: ""}, {prop: "ContentLength", name: "ContentLength", embedded: false, exported: true, typ: $Int64, tag: ""}, {prop: "Chunked", name: "Chunked", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "Close", name: "Close", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "Trailer", name: "Trailer", embedded: false, exported: true, typ: Header, tag: ""}]);
130489
130555
  unsupportedTEError.init("net/http", [{prop: "err", name: "err", embedded: false, exported: false, typ: $String, tag: ""}]);
130490
- body.init("net/http", [{prop: "src", name: "src", embedded: false, exported: false, typ: io.Reader, tag: ""}, {prop: "hdr", name: "hdr", embedded: false, exported: false, typ: $emptyInterface, tag: ""}, {prop: "r", name: "r", embedded: false, exported: false, typ: ptrType$75, tag: ""}, {prop: "closing", name: "closing", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "doEarlyClose", name: "doEarlyClose", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "mu", name: "mu", embedded: false, exported: false, typ: sync.Mutex, tag: ""}, {prop: "sawEOF", name: "sawEOF", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "closed", name: "closed", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "earlyClose", name: "earlyClose", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "onHitEOF", name: "onHitEOF", embedded: false, exported: false, typ: funcType, tag: ""}]);
130491
- bodyLocked.init("net/http", [{prop: "b", name: "b", embedded: false, exported: false, typ: ptrType$96, tag: ""}]);
130556
+ body.init("net/http", [{prop: "src", name: "src", embedded: false, exported: false, typ: io.Reader, tag: ""}, {prop: "hdr", name: "hdr", embedded: false, exported: false, typ: $emptyInterface, tag: ""}, {prop: "r", name: "r", embedded: false, exported: false, typ: ptrType$77, tag: ""}, {prop: "closing", name: "closing", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "doEarlyClose", name: "doEarlyClose", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "mu", name: "mu", embedded: false, exported: false, typ: sync.Mutex, tag: ""}, {prop: "sawEOF", name: "sawEOF", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "closed", name: "closed", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "earlyClose", name: "earlyClose", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "onHitEOF", name: "onHitEOF", embedded: false, exported: false, typ: funcType, tag: ""}]);
130557
+ bodyLocked.init("net/http", [{prop: "b", name: "b", embedded: false, exported: false, typ: ptrType$97, tag: ""}]);
130492
130558
  finishAsyncByteRead.init("net/http", [{prop: "tw", name: "tw", embedded: false, exported: false, typ: ptrType$105, tag: ""}]);
130493
130559
  bufioFlushWriter.init("net/http", [{prop: "w", name: "w", embedded: false, exported: false, typ: io.Writer, tag: ""}]);
130494
130560
  readTrackingBody.init("net/http", [{prop: "ReadCloser", name: "ReadCloser", embedded: true, exported: true, typ: io.ReadCloser, tag: ""}, {prop: "didRead", name: "didRead", embedded: false, exported: false, typ: $Bool, tag: ""}, {prop: "didClose", name: "didClose", embedded: false, exported: false, typ: $Bool, tag: ""}]);
@@ -130579,6 +130645,7 @@ $packages["net/http"] = (function() {
130579
130645
  }))]);
130580
130646
  http2errReadEmpty = errors.New("read from empty dataBuffer");
130581
130647
  http2errCodeName = $makeMap(http2ErrCode.keyFor, [{ k: 0, v: "NO_ERROR" }, { k: 1, v: "PROTOCOL_ERROR" }, { k: 2, v: "INTERNAL_ERROR" }, { k: 3, v: "FLOW_CONTROL_ERROR" }, { k: 4, v: "SETTINGS_TIMEOUT" }, { k: 5, v: "STREAM_CLOSED" }, { k: 6, v: "FRAME_SIZE_ERROR" }, { k: 7, v: "REFUSED_STREAM" }, { k: 8, v: "CANCEL" }, { k: 9, v: "COMPRESSION_ERROR" }, { k: 10, v: "CONNECT_ERROR" }, { k: 11, v: "ENHANCE_YOUR_CALM" }, { k: 12, v: "INADEQUATE_SECURITY" }, { k: 13, v: "HTTP_1_1_REQUIRED" }]);
130648
+ http2errFromPeer = errors.New("received from peer");
130582
130649
  http2errMixPseudoHeaderTypes = errors.New("mix of request and response pseudo headers");
130583
130650
  http2errPseudoAfterRegular = errors.New("pseudo header field after regular");
130584
130651
  http2padZeros = $makeSlice(sliceType$4, 255);
@@ -130646,6 +130713,7 @@ $packages["net/http"] = (function() {
130646
130713
  http2errStopReqBodyWrite = errors.New("http2: aborting request body write");
130647
130714
  http2errStopReqBodyWriteAndCancel = errors.New("http2: canceling request");
130648
130715
  http2errReqBodyTooLong = errors.New("http2: request body larger than specified content length");
130716
+ http2errNilRequestURL = errors.New("http2: Request.URI is nil");
130649
130717
  http2errClosedResponseBody = errors.New("http2: response body closed");
130650
130718
  http2errResponseHeaderListSize = errors.New("http2: response header list larger than advertised limit");
130651
130719
  http2errRequestHeaderListSize = errors.New("http2: request header list larger than peer's advertised limit");
@@ -136095,24 +136163,24 @@ $packages["github.com/nuberu/webgl"] = (function() {
136095
136163
  /* */ if ($assertType(_ref, sliceType$9, true)[1]) { $s = 10; continue; }
136096
136164
  /* */ $s = 11; continue;
136097
136165
  /* if ($assertType(_ref, sliceType, true)[1]) { */ case 1:
136098
- s$2[0] = _ref.$val;
136099
- h = ($pointerOfStructConversion(((s$2.$ptr || (s$2.$ptr = new ptrType$1(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$2)))), ptrType));
136166
+ s$9[0] = _ref.$val;
136167
+ h = ($pointerOfStructConversion(((s$9.$ptr || (s$9.$ptr = new ptrType$1(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$9)))), ptrType));
136100
136168
  $s = -1; return ((h)).$get();
136101
136169
  /* } else if ($assertType(_ref, sliceType$1, true)[1]) { */ case 2:
136102
- s$7[0] = _ref.$val;
136103
- h$1 = ($pointerOfStructConversion(((s$7.$ptr || (s$7.$ptr = new ptrType$2(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$7)))), ptrType));
136170
+ s$4[0] = _ref.$val;
136171
+ h$1 = ($pointerOfStructConversion(((s$4.$ptr || (s$4.$ptr = new ptrType$2(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$4)))), ptrType));
136104
136172
  h$1.Len = $imul(h$1.Len, (2));
136105
136173
  h$1.Cap = $imul(h$1.Cap, (2));
136106
136174
  $s = -1; return ((h$1)).$get();
136107
136175
  /* } else if ($assertType(_ref, sliceType$2, true)[1]) { */ case 3:
136108
- s$3[0] = _ref.$val;
136109
- h$2 = ($pointerOfStructConversion(((s$3.$ptr || (s$3.$ptr = new ptrType$3(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$3)))), ptrType));
136176
+ s$1[0] = _ref.$val;
136177
+ h$2 = ($pointerOfStructConversion(((s$1.$ptr || (s$1.$ptr = new ptrType$3(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$1)))), ptrType));
136110
136178
  h$2.Len = $imul(h$2.Len, (4));
136111
136179
  h$2.Cap = $imul(h$2.Cap, (4));
136112
136180
  $s = -1; return ((h$2)).$get();
136113
136181
  /* } else if ($assertType(_ref, sliceType$3, true)[1]) { */ case 4:
136114
- s$4[0] = _ref.$val;
136115
- h$3 = ($pointerOfStructConversion(((s$4.$ptr || (s$4.$ptr = new ptrType$4(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$4)))), ptrType));
136182
+ s$2[0] = _ref.$val;
136183
+ h$3 = ($pointerOfStructConversion(((s$2.$ptr || (s$2.$ptr = new ptrType$4(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$2)))), ptrType));
136116
136184
  h$3.Len = $imul(h$3.Len, (8));
136117
136185
  h$3.Cap = $imul(h$3.Cap, (8));
136118
136186
  $s = -1; return ((h$3)).$get();
@@ -136120,32 +136188,32 @@ $packages["github.com/nuberu/webgl"] = (function() {
136120
136188
  s$10 = _ref.$val;
136121
136189
  $s = -1; return s$10;
136122
136190
  /* } else if ($assertType(_ref, sliceType$5, true)[1]) { */ case 6:
136123
- s$8[0] = _ref.$val;
136124
- h$4 = ($pointerOfStructConversion(((s$8.$ptr || (s$8.$ptr = new ptrType$5(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$8)))), ptrType));
136191
+ s$5[0] = _ref.$val;
136192
+ h$4 = ($pointerOfStructConversion(((s$5.$ptr || (s$5.$ptr = new ptrType$5(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$5)))), ptrType));
136125
136193
  h$4.Len = $imul(h$4.Len, (2));
136126
136194
  h$4.Cap = $imul(h$4.Cap, (2));
136127
136195
  $s = -1; return ((h$4)).$get();
136128
136196
  /* } else if ($assertType(_ref, sliceType$6, true)[1]) { */ case 7:
136129
- s$9[0] = _ref.$val;
136130
- h$5 = ($pointerOfStructConversion(((s$9.$ptr || (s$9.$ptr = new ptrType$6(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$9)))), ptrType));
136197
+ s$3[0] = _ref.$val;
136198
+ h$5 = ($pointerOfStructConversion(((s$3.$ptr || (s$3.$ptr = new ptrType$6(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$3)))), ptrType));
136131
136199
  h$5.Len = $imul(h$5.Len, (4));
136132
136200
  h$5.Cap = $imul(h$5.Cap, (4));
136133
136201
  $s = -1; return ((h$5)).$get();
136134
136202
  /* } else if ($assertType(_ref, sliceType$7, true)[1]) { */ case 8:
136135
- s$5[0] = _ref.$val;
136136
- h$6 = ($pointerOfStructConversion(((s$5.$ptr || (s$5.$ptr = new ptrType$7(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$5)))), ptrType));
136203
+ s$6[0] = _ref.$val;
136204
+ h$6 = ($pointerOfStructConversion(((s$6.$ptr || (s$6.$ptr = new ptrType$7(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$6)))), ptrType));
136137
136205
  h$6.Len = $imul(h$6.Len, (8));
136138
136206
  h$6.Cap = $imul(h$6.Cap, (8));
136139
136207
  $s = -1; return ((h$6)).$get();
136140
136208
  /* } else if ($assertType(_ref, sliceType$8, true)[1]) { */ case 9:
136141
- s$6[0] = _ref.$val;
136142
- h$7 = ($pointerOfStructConversion(((s$6.$ptr || (s$6.$ptr = new ptrType$8(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$6)))), ptrType));
136209
+ s$7[0] = _ref.$val;
136210
+ h$7 = ($pointerOfStructConversion(((s$7.$ptr || (s$7.$ptr = new ptrType$8(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$7)))), ptrType));
136143
136211
  h$7.Len = $imul(h$7.Len, (4));
136144
136212
  h$7.Cap = $imul(h$7.Cap, (4));
136145
136213
  $s = -1; return ((h$7)).$get();
136146
136214
  /* } else if ($assertType(_ref, sliceType$9, true)[1]) { */ case 10:
136147
- s$1[0] = _ref.$val;
136148
- h$8 = ($pointerOfStructConversion(((s$1.$ptr || (s$1.$ptr = new ptrType$9(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$1)))), ptrType));
136215
+ s$8[0] = _ref.$val;
136216
+ h$8 = ($pointerOfStructConversion(((s$8.$ptr || (s$8.$ptr = new ptrType$9(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$8)))), ptrType));
136149
136217
  h$8.Len = $imul(h$8.Len, (8));
136150
136218
  h$8.Cap = $imul(h$8.Cap, (8));
136151
136219
  $s = -1; return ((h$8)).$get();
@@ -141082,14 +141150,14 @@ $packages["image/draw"] = (function() {
141082
141150
  /* */ if ($assertType(_ref$1, ptrType$5, true)[1]) { $s = 8; continue; }
141083
141151
  /* */ $s = 9; continue;
141084
141152
  /* if ($assertType(_ref$1, ptrType$1, true)[1]) { */ case 6:
141085
- src0[0] = _ref$1.$val;
141153
+ src0$2[0] = _ref$1.$val;
141086
141154
  pxRGBA = (function(out, src, src0, src0$1, src0$2) { return function(x$1, y) {
141087
141155
  var _tuple$2, a$1, b$1, g$1, r$2, x$1, y;
141088
141156
  r$2 = 0;
141089
141157
  g$1 = 0;
141090
141158
  b$1 = 0;
141091
141159
  a$1 = 0;
141092
- _tuple$2 = $clone(src0[0].RGBAAt(x$1, y), color.RGBA).RGBA();
141160
+ _tuple$2 = $clone(src0$2[0].RGBAAt(x$1, y), color.RGBA).RGBA();
141093
141161
  r$2 = _tuple$2[0];
141094
141162
  g$1 = _tuple$2[1];
141095
141163
  b$1 = _tuple$2[2];
@@ -141098,14 +141166,14 @@ $packages["image/draw"] = (function() {
141098
141166
  }; })(out, src, src0, src0$1, src0$2);
141099
141167
  $s = 9; continue;
141100
141168
  /* } else if ($assertType(_ref$1, ptrType$4, true)[1]) { */ case 7:
141101
- src0$1[0] = _ref$1.$val;
141169
+ src0[0] = _ref$1.$val;
141102
141170
  pxRGBA = (function(out, src, src0, src0$1, src0$2) { return function(x$1, y) {
141103
141171
  var _tuple$2, a$1, b$1, g$1, r$2, x$1, y;
141104
141172
  r$2 = 0;
141105
141173
  g$1 = 0;
141106
141174
  b$1 = 0;
141107
141175
  a$1 = 0;
141108
- _tuple$2 = $clone(src0$1[0].NRGBAAt(x$1, y), color.NRGBA).RGBA();
141176
+ _tuple$2 = $clone(src0[0].NRGBAAt(x$1, y), color.NRGBA).RGBA();
141109
141177
  r$2 = _tuple$2[0];
141110
141178
  g$1 = _tuple$2[1];
141111
141179
  b$1 = _tuple$2[2];
@@ -141114,14 +141182,14 @@ $packages["image/draw"] = (function() {
141114
141182
  }; })(out, src, src0, src0$1, src0$2);
141115
141183
  $s = 9; continue;
141116
141184
  /* } else if ($assertType(_ref$1, ptrType$5, true)[1]) { */ case 8:
141117
- src0$2[0] = _ref$1.$val;
141185
+ src0$1[0] = _ref$1.$val;
141118
141186
  pxRGBA = (function(out, src, src0, src0$1, src0$2) { return function(x$1, y) {
141119
141187
  var _tuple$2, a$1, b$1, g$1, r$2, x$1, y;
141120
141188
  r$2 = 0;
141121
141189
  g$1 = 0;
141122
141190
  b$1 = 0;
141123
141191
  a$1 = 0;
141124
- _tuple$2 = $clone(src0$2[0].YCbCrAt(x$1, y), color.YCbCr).RGBA();
141192
+ _tuple$2 = $clone(src0$1[0].YCbCrAt(x$1, y), color.YCbCr).RGBA();
141125
141193
  r$2 = _tuple$2[0];
141126
141194
  g$1 = _tuple$2[1];
141127
141195
  b$1 = _tuple$2[2];