android OKHttp请求文本url(例如:http:// .txt),打开移动网络,但是没有网的情况下,请求为什么不是失败,而还是response.isSuccessful() 成功

请求成功,请求到的数据如下,不知道下边的数据是从哪里来的,没有网络的情况下为什么请求不是失败

<html>
<head>
    <title>绿色充值</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,maximum-scale=1.0,initial-scale=1.0, user-scalable=no">
    <meta name="format-detection" content="telephone=no" />
    <meta name="WT.mobile" content="">
    <Meta name="WT.location" content="">
    <meta name="WT.brand" content="">
    <meta name="WT.LoginType" content="">
    <meta name="WT.event" content="">
    <meta name="WT.si_n" content="">
    <meta name="WT.cg_n" content="UCenter_Reminder">
    <meta name="description" content="" />
    <meta name="keywords" content="" />
    <Meta name="WT.mc_ev" content="">
    <style>
        @media screen and (min-width:640px){
            html{font-size:86px;}
        }
        @media screen and (min-width:414px) and (max-width:639px){
            html{font-size:55px;}
        }
        @media screen and (min-width:375px) and (max-width:413px){
            html{font-size:50px;}

OKhttp是用来和后端通信的,你URL是哪来的,这个要后端URL一样。
如果你自己写的后端,并且跑起来了,那就是在同一个电脑上,肯定能成功。