<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>47141</bug_id>
          
          <creation_ts>2023-08-07 06:29:05 +0300</creation_ts>
          <short_desc>Может быть, удалить http_get?</short_desc>
          <delta_ts>2023-08-07 13:15:14 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>http_get</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Vitaly Lipatov">lav</reporter>
          <assigned_to name="Nikolay A. Fetisov">naf</assigned_to>
          <cc>naf</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>230958</commentid>
    <comment_count>0</comment_count>
    <who name="Vitaly Lipatov">lav</who>
    <bug_when>2023-08-07 06:29:05 +0300</bug_when>
    <thetext>Вывод http-страницы в stdout может быть выполнен через
curl
wget -O-
eget -O-</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>230982</commentid>
    <comment_count>1</comment_count>
    <who name="Nikolay A. Fetisov">naf</who>
    <bug_when>2023-08-07 13:15:14 +0300</bug_when>
    <thetext>А кому http_get мешает? Плюс, есть парные http_post, http_ping, http_load - их тоже предлагается удалять?

По сравнению с wget/curl  http_get существенно легче, т.к. заточен под конкретную задачу:

$ du -sk http_get ;ldd http_get |wc -l
20      http_get
6

$ du -sk wget ;ldd wget |wc -l
452     wget
11

$ du -sk curl ;ldd curl |wc -l
488     curl
41</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>