HTML: HTTP requests for few files getting stalled within few microseconds while sending requests to server

Multi tool use
Multi tool use












0














When HTML pages request resources from Server as HTTP requests, request for few of files not being sent to server. In chrome browser debug under network tab, I can see in timing sections of failed request that it stalled for few microseconds and get failed.






<!DOCTYPE html> 
<html><head>
<meta charset="<!--#1402-->"/>
<!-- <meta http-equiv="refresh" content="180" /> -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="expires" content="0" />

<title><!--#1401--></title>
<link rel="stylesheet" type="text/css" href="style.css" >

</head>
<body onload="loadPage()">
/*sample code for imags */
<td align="center">
<img id="relayfault" height="16" width="16" src="redCircle.png" align="center">
</td>
/*sample code for images */
</body>





Not all images or js or css files get downloaded from server.



Browser debugger shows, for example, HTTP request for redCircle.png from server.
Browser tried to send to server but it stalled. It again try for couple of times every time after it stalled.



Console shows error message as




GET http:///redCircle.png net::ERR_SOCKET_NOT_CONNECTED

or GET http:///userIcon.png net::ERR_CONNECTION_RESET.




This results, errors in case of JS file or Broken image icon in case of images failed.



Ref: screenshot of Browser debugger network tab










share|improve this question





























    0














    When HTML pages request resources from Server as HTTP requests, request for few of files not being sent to server. In chrome browser debug under network tab, I can see in timing sections of failed request that it stalled for few microseconds and get failed.






    <!DOCTYPE html> 
    <html><head>
    <meta charset="<!--#1402-->"/>
    <!-- <meta http-equiv="refresh" content="180" /> -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta http-equiv="pragma" content="no-cache" />
    <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
    <meta http-equiv="expires" content="0" />

    <title><!--#1401--></title>
    <link rel="stylesheet" type="text/css" href="style.css" >

    </head>
    <body onload="loadPage()">
    /*sample code for imags */
    <td align="center">
    <img id="relayfault" height="16" width="16" src="redCircle.png" align="center">
    </td>
    /*sample code for images */
    </body>





    Not all images or js or css files get downloaded from server.



    Browser debugger shows, for example, HTTP request for redCircle.png from server.
    Browser tried to send to server but it stalled. It again try for couple of times every time after it stalled.



    Console shows error message as




    GET http:///redCircle.png net::ERR_SOCKET_NOT_CONNECTED

    or GET http:///userIcon.png net::ERR_CONNECTION_RESET.




    This results, errors in case of JS file or Broken image icon in case of images failed.



    Ref: screenshot of Browser debugger network tab










    share|improve this question



























      0












      0








      0







      When HTML pages request resources from Server as HTTP requests, request for few of files not being sent to server. In chrome browser debug under network tab, I can see in timing sections of failed request that it stalled for few microseconds and get failed.






      <!DOCTYPE html> 
      <html><head>
      <meta charset="<!--#1402-->"/>
      <!-- <meta http-equiv="refresh" content="180" /> -->
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv="pragma" content="no-cache" />
      <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
      <meta http-equiv="expires" content="0" />

      <title><!--#1401--></title>
      <link rel="stylesheet" type="text/css" href="style.css" >

      </head>
      <body onload="loadPage()">
      /*sample code for imags */
      <td align="center">
      <img id="relayfault" height="16" width="16" src="redCircle.png" align="center">
      </td>
      /*sample code for images */
      </body>





      Not all images or js or css files get downloaded from server.



      Browser debugger shows, for example, HTTP request for redCircle.png from server.
      Browser tried to send to server but it stalled. It again try for couple of times every time after it stalled.



      Console shows error message as




      GET http:///redCircle.png net::ERR_SOCKET_NOT_CONNECTED

      or GET http:///userIcon.png net::ERR_CONNECTION_RESET.




      This results, errors in case of JS file or Broken image icon in case of images failed.



      Ref: screenshot of Browser debugger network tab










      share|improve this question















      When HTML pages request resources from Server as HTTP requests, request for few of files not being sent to server. In chrome browser debug under network tab, I can see in timing sections of failed request that it stalled for few microseconds and get failed.






      <!DOCTYPE html> 
      <html><head>
      <meta charset="<!--#1402-->"/>
      <!-- <meta http-equiv="refresh" content="180" /> -->
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv="pragma" content="no-cache" />
      <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
      <meta http-equiv="expires" content="0" />

      <title><!--#1401--></title>
      <link rel="stylesheet" type="text/css" href="style.css" >

      </head>
      <body onload="loadPage()">
      /*sample code for imags */
      <td align="center">
      <img id="relayfault" height="16" width="16" src="redCircle.png" align="center">
      </td>
      /*sample code for images */
      </body>





      Not all images or js or css files get downloaded from server.



      Browser debugger shows, for example, HTTP request for redCircle.png from server.
      Browser tried to send to server but it stalled. It again try for couple of times every time after it stalled.



      Console shows error message as




      GET http:///redCircle.png net::ERR_SOCKET_NOT_CONNECTED

      or GET http:///userIcon.png net::ERR_CONNECTION_RESET.




      This results, errors in case of JS file or Broken image icon in case of images failed.



      Ref: screenshot of Browser debugger network tab






      <!DOCTYPE html> 
      <html><head>
      <meta charset="<!--#1402-->"/>
      <!-- <meta http-equiv="refresh" content="180" /> -->
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv="pragma" content="no-cache" />
      <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
      <meta http-equiv="expires" content="0" />

      <title><!--#1401--></title>
      <link rel="stylesheet" type="text/css" href="style.css" >

      </head>
      <body onload="loadPage()">
      /*sample code for imags */
      <td align="center">
      <img id="relayfault" height="16" width="16" src="redCircle.png" align="center">
      </td>
      /*sample code for images */
      </body>





      <!DOCTYPE html> 
      <html><head>
      <meta charset="<!--#1402-->"/>
      <!-- <meta http-equiv="refresh" content="180" /> -->
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv="pragma" content="no-cache" />
      <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
      <meta http-equiv="expires" content="0" />

      <title><!--#1401--></title>
      <link rel="stylesheet" type="text/css" href="style.css" >

      </head>
      <body onload="loadPage()">
      /*sample code for imags */
      <td align="center">
      <img id="relayfault" height="16" width="16" src="redCircle.png" align="center">
      </td>
      /*sample code for images */
      </body>






      html http httprequest






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 27 '18 at 19:19









      Jason Aller

      3,05192832




      3,05192832










      asked Dec 27 '18 at 15:12









      softDev

      1




      1





























          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53947168%2fhtml-http-requests-for-few-files-getting-stalled-within-few-microseconds-while%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53947168%2fhtml-http-requests-for-few-files-getting-stalled-within-few-microseconds-while%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          214l 1vFQkyUvvCTsH,qXkRYi5TBN6KGLFO2,aYetEB2xphFmFqN 2uWAyaO5Ge5D3mUcP3QL,I T9aq qvN1y,QF0dbA hkp,eM2
          jNYFz,x Panq,j0M 8 SIihfOhSB ukURkyWW6QS On7tUWvDqzR4vNkpeHNOHalZ,vxVWfIFYdHK ez7,SREOIGrN9my

          Popular posts from this blog

          Monofisismo

          Angular Downloading a file using contenturl with Basic Authentication

          Olmecas