https://bugs.documentfoundation.org/show_bug.cgi?id=154628
Robert Großkopf <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #4 from Robert Großkopf <[email protected]> --- (In reply to Julien Nabet from comment #3) > > Anyway, what would be the goal to reach here: > - send HEAD once, send GET once and add one record in xml file? > - just send GET once and add one record in xml file? > - other? Don't know much about the commands, but with other connections I used (PHP-Apache-MySQL/MariaDB) it should only sen GET-command one time. At this moment I get 3 or 4 new entries. I have seen HEAD will only be send one time so I changed the *.php-file to get only the content together with HEAD. But I don't know if this is the right behavior. Might be this helps: https://www.rfc-editor.org/rfc/rfc2616#section-9.3 Seems it would help only to use HEAP. I will set this one to NEW (comment 3) -- You are receiving this mail because: You are the assignee for the bug.
